mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-01 09:03:48 +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()
|
||||
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)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue