Skip to content

Commit 42285bc

Browse files
committed
fix CI
1 parent 238a90e commit 42285bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jscomp/build_tests/scoped_ppx/input.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ var cp = require("child_process");
22
var assert = require('assert')
33
cp.execSync(`bsb`, { cwd: __dirname, stdio: [0, 1, 2], encoding: "utf8" });
44

5-
var output = cp.execSync(`bsb -- -t commands src/hello.mlast`, {
5+
var output = cp.execSync(`bsb -- -t commands src/hello.ast`, {
66
cwd: __dirname,
77
encoding: "utf8"
88
});

0 commit comments

Comments
 (0)