Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
DZakh committed Sep 22, 2023
1 parent 9fd7821 commit a62d969
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions jscomp/build_tests/unboxed_bool_with_const/input.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,8 @@ var out = cp.spawnSync(rescript_exe, {
});

assert.equal(
out.stdout,
`Dependency Finished
rescript: [1/1] src/Main.cmj
FAILED: src/Main.cmj
out.stdout.slice(out.stdout.indexOf("FAILED: src/Main.cmj")),
`FAILED: src/Main.cmj
We've found a bug for you!
/Users/dzakh/code/DZakh-forks/rescript-compiler/jscomp/build_tests/unboxed_bool_with_const/src/Main.res:3:3-14
Expand Down

0 comments on commit a62d969

Please sign in to comment.