ethlog: fix test compilation error

This commit is contained in:
Felix Lange 2014-10-14 14:31:33 +02:00
parent 4e95cecfb9
commit dac128a029
1 changed files with 0 additions and 1 deletions

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)
}