File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -66,8 +66,8 @@ lib/test.exe: $(TEST_FILES) tests/napkin_test.cmx depend
66
66
$(OCAMLOPT ) $(OCAMLFLAGS ) -O2 -o ./lib/test.exe -bin-annot -I +compiler-libs ocamlcommon.cmxa -I src -I tests $(FILES ) $(TEST_FILES ) tests/napkin_test.cmx
67
67
68
68
test : build-native lib/test.exe
69
- ./node_modules/.bin/jest
70
69
./node_modules/.bin/reanalyze -all-cmt . -suppress tests
70
+ ./node_modules/.bin/jest
71
71
./lib/test.exe
72
72
73
73
roundtrip-test : bootstrap lib/test.exe
Original file line number Diff line number Diff line change @@ -111,4 +111,4 @@ let parse_interface sourcefile =
111
111
exit 1
112
112
end ;
113
113
parseResult.parsetree
114
- [@@ raises exit]
114
+ [@@ raises exit]
Original file line number Diff line number Diff line change @@ -129,4 +129,4 @@ let print language ~input =
129
129
| `res -> printRes ~is Interface ~filename: input
130
130
| `ml -> printMl ~is Interface ~filename: input
131
131
| `refmt path -> printReason ~refmt Path:path ~is Interface ~filename: input
132
- [@@ raises ( Sys_error , exit) ]
132
+ [@@ raises Sys_error , exit]
You can’t perform that action at this time.
0 commit comments