Skip to content

Commit 00903af

Browse files
cristianoccknitt
authored andcommitted
Update input.js
1 parent f277274 commit 00903af

File tree

1 file changed

+1
-1
lines changed
  • jscomp/build_tests/build_warn_as_error

1 file changed

+1
-1
lines changed

jscomp/build_tests/build_warn_as_error/input.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ if (!third_message) {
4747
assert.fail(o3.stdout);
4848
}
4949

50-
var o2 = p.spawnSync(rescript_exe, ["build", "-warn-error", "+110"], {
50+
var cleanup = p.spawnSync(rescript_exe, ["clean"], {
5151
encoding: "utf8",
5252
cwd: __dirname,
5353
});

0 commit comments

Comments
 (0)