Skip to content

Commit 7bf0c59

Browse files
committed
run the examples with rescript 11.1
1 parent 068915d commit 7bf0c59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/test-examples.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ let tempFileNameRegex = /_tempFile\.res/g
1414
// see the package.json on how to define another rescript version
1515
let compilersDir = path.join(__dirname, "..", "compilers")
1616

17-
let bsc = path.join(compilersDir, 'node_modules', 'rescript-1100', process.platform, 'bsc.exe');
18-
let rescriptBin = path.join(compilersDir, 'node_modules', 'rescript-1100', 'rescript');
17+
let bsc = path.join(compilersDir, 'node_modules', 'rescript-1110', process.platform, 'bsc.exe');
18+
let rescriptBin = path.join(compilersDir, 'node_modules', 'rescript-1110', 'rescript');
1919
let rescriptCoreCompiled = path.join(compilersDir, 'node_modules', '@rescript', 'core', 'lib', 'ocaml');
2020

2121
const prepareCompilers = () => {

0 commit comments

Comments
 (0)