Skip to content

Commit bcca9bd

Browse files
committed
Don't disable Debug in main tests.
This leads to there being no line/column information in any errors.
1 parent 5a20b13 commit bcca9bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ func runTest(path, target string, t *testing.T) {
123123
PrintIR: false,
124124
DumpSSA: false,
125125
VerifyIR: true,
126-
Debug: false,
126+
Debug: true,
127127
PrintSizes: "",
128128
WasmAbi: "js",
129129
}

0 commit comments

Comments
 (0)