Skip to content

Commit ce8c8f2

Browse files
committed
update tests
1 parent d85cac0 commit ce8c8f2

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

cli/rescript.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
// It matters since we need read .sourcedirs(location)
77
// and its content are file/directories with regard to project root
88

9-
import * as tty from "node:tty";
10-
import * as fs from "node:fs";
119
import * as child_process from "node:child_process";
10+
import * as fs from "node:fs";
11+
import * as tty from "node:tty";
1212

1313
import { bsc_exe, rescript_exe, rescript_tools_exe } from "./common/bins.js";
1414
import * as bsb from "./common/bsb.js";
@@ -97,7 +97,7 @@ if (
9797
console.log(helpMessage);
9898
} else if (argPatterns.version.includes(args[0])) {
9999
const packageSpec = JSON.parse(
100-
fs.readFileSync(new URL("../package.json", import.meta.url), "utf-8")
100+
fs.readFileSync(new URL("../package.json", import.meta.url), "utf-8"),
101101
);
102102

103103
console.log(packageSpec.version);

tests/analysis_tests/tests-reanalyze/termination/expected/termination.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
Scanning TestCyberTruck.cmt Source:TestCyberTruck.res
32

43
Function Table

0 commit comments

Comments
 (0)