Skip to content

Commit 1297bea

Browse files
committed
integers_stubs_js: removing +nat.js and --source-map
+nat.js is only useful when using the Num library. It is useless (for this test), and source-map parameter is also useless for running the test. This removes some warning like: ``` warning: overriding primitive "set_to_zero_nat" old: +nat.js:50 new: +nat.js:50 ``` Source: https://ocsigen.org/js_of_ocaml/4.0.0/manual/overview
1 parent c1dbd16 commit 1297bea

File tree

1 file changed

+1
-1
lines changed
  • src/lib/integers_stubs_js/test

1 file changed

+1
-1
lines changed

src/lib/integers_stubs_js/test/dune

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
(name test)
33
(modes js)
44
(js_of_ocaml
5-
(flags +nat.js --source-map --pretty))
5+
(flags --pretty))
66
(libraries integers integers_stubs_js)
77
(instrumentation
88
(backend bisect_ppx))

0 commit comments

Comments
 (0)