mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-16 04:56:36 +00:00
ethlog: fix test compilation error
This commit is contained in:
parent
4e95cecfb9
commit
dac128a029
1 changed files with 0 additions and 1 deletions
|
|
@ -54,7 +54,6 @@ func TestLoggerPrintln(t *testing.T) {
|
||||||
Flush()
|
Flush()
|
||||||
Reset()
|
Reset()
|
||||||
output := testLogSystem.Output
|
output := testLogSystem.Output
|
||||||
fmt.Println(quote(output))
|
|
||||||
if output != "[TEST] error\n[TEST] warn\n" {
|
if output != "[TEST] error\n[TEST] warn\n" {
|
||||||
t.Error("Expected logger output '[TEST] error\\n[TEST] warn\\n', got ", output)
|
t.Error("Expected logger output '[TEST] error\\n[TEST] warn\\n', got ", output)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue