ethlog: fix test compilation error

This commit is contained in:
Felix Lange
2014-10-17 17:20:43 +02:00
parent 4e95cecfb9
commit dac128a029
-1
View File
@@ -54,7 +54,6 @@ func TestLoggerPrintln(t *testing.T) {
Flush()
Reset()
output := testLogSystem.Output
fmt.Println(quote(output))
if output != "[TEST] error\n[TEST] warn\n" {
t.Error("Expected logger output '[TEST] error\\n[TEST] warn\\n', got ", output)
}