Skip to content

Commit c949336

Browse files
committed
Fix tests
1 parent 651c686 commit c949336

File tree

1 file changed

+2
-5
lines changed
  • jscomp/build_tests/unboxed_bool_with_const

1 file changed

+2
-5
lines changed

jscomp/build_tests/unboxed_bool_with_const/input.js

+2-5
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,8 @@ var out = cp.spawnSync(rescript_exe, {
1010
});
1111

1212
assert.equal(
13-
out.stdout.slice(out.stdout.indexOf("FAILED: src/Main.cmj")),
14-
`FAILED: src/Main.cmj
15-
16-
We've found a bug for you!
17-
/Users/dzakh/code/DZakh-forks/rescript-compiler/jscomp/build_tests/unboxed_bool_with_const/src/Main.res:3:3-14
13+
out.stdout.slice(out.stdout.indexOf("Main.res:3:3-14")),
14+
`Main.res:3:3-14
1815
1916
1 │ @unboxed
2017
2 │ type t<'a> =

0 commit comments

Comments
 (0)