We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0137bd6 commit 792d893Copy full SHA for 792d893
rlp/rlpgen/gen_test.go
@@ -75,7 +75,7 @@ func TestOutput(t *testing.T) {
75
t.Fatal("error loading expected test output:", err)
76
}
77
if !bytes.Equal(output, wantOutput) {
78
- t.Fatal("output mismatch:\n", string(output))
+ t.Fatalf("output mismatch, want: %v got %v", string(wantOutput), string(output))
79
80
})
81
0 commit comments