Skip to content

Commit ca2b3d3

Browse files
authored
Fix wrong test script run in Makefile (rescript-lang#5938)
* Fix wrong test script run in Makefile * Format dune file correctly
1 parent d78f5c7 commit ca2b3d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ test-syntax:
2929
bash ./scripts/testok.sh
3030

3131
test-syntax-roundtrip:
32-
ROUNDTRIP_TEST=1 bash ./scripts/test.sh
32+
ROUNDTRIP_TEST=1 bash ./scripts/test_syntax.sh
3333
make reanalyze
3434
bash ./scripts/testok.sh
3535

Diff for: jscomp/frontend/dune

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
(run %{bin:cppo} %{env:CPPO_FLAGS=} %{input-file})))
77
(flags
88
(:standard -w +a-4-9-40-42-70))
9-
(libraries common js_parser ml))
9+
(libraries common js_parser ml))

0 commit comments

Comments
 (0)