We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9348d89 commit d320bb0Copy full SHA for d320bb0
jscomp/build_tests/unboxed_bool_with_const/input.js
@@ -10,11 +10,8 @@ var out = cp.spawnSync(rescript_exe, {
10
});
11
12
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
+ out.stdout.slice(out.stdout.indexOf("Main.res:3:3-14")),
+ `Main.res:3:3-14
18
19
1 │ @unboxed
20
2 │ type t<'a> =
0 commit comments