zclwrite: correct silly misplaced colon in round_trip_test
This commit is contained in:
parent
33c3d6e5ad
commit
15b38d8a48
@ -51,7 +51,7 @@ block "thing" {
|
|||||||
result := wr.Bytes()
|
result := wr.Bytes()
|
||||||
|
|
||||||
if !bytes.Equal(result, src) {
|
if !bytes.Equal(result, src) {
|
||||||
t.Errorf("wrong result\nresult:\n%s\ninput\n:%s", result, src)
|
t.Errorf("wrong result\nresult:\n%s\ninput:\n%s", result, src)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user