Compiler test now uses testcommon.CompareHex

This commit is contained in:
Sasha Koshka 2024-02-26 14:22:51 -05:00
parent 6bef8aea76
commit c1d574b60f
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ func testUnit (
// compare stdout
gotStdout := stdoutBuilder.String()
if gotStdout != stdout {
testcommon.Compare(test, stdout, gotStdout)
testcommon.CompareHex(test, stdout, gotStdout)
}
}