Skip to content

Commit 1ec1bd3

Browse files
committed
Fix test: rule evaluation order
Signed-off-by: Olivier Nicole <[email protected]>
1 parent e2ea325 commit 1ec1bd3

File tree

2 files changed

+2
-2
lines changed
  • test/blackbox-tests/test-cases
    • jsoo/no-check-prim.t
    • wasmoo/no-check-prim.t

2 files changed

+2
-2
lines changed

test/blackbox-tests/test-cases/jsoo/no-check-prim.t/run.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ Compilation using jsoo
22

33
$ dune build --display short bin/technologic.bc.js @install 2>&1 | \
44
> sed s,^\ *$(ocamlc -config-var c_compiler),\ \ C_COMPILER,g
5-
js_of_ocaml bin/.technologic.eobjs/jsoo/technologic.bc.runtime.js
65
ocamldep bin/.technologic.eobjs/technologic.impl.d
76
ocamldep lib/.x.objs/x.impl.d
87
ocamlc lib/.x.objs/byte/x__.{cmi,cmo,cmt}
98
ocamldep lib/.x.objs/x__Y.impl.d
9+
js_of_ocaml bin/.technologic.eobjs/jsoo/technologic.bc.runtime.js
1010
ocamldep bin/.technologic.eobjs/z.impl.d
1111
ocamlopt lib/.x.objs/native/x__.{cmx,o}
1212
ocamlc lib/.x.objs/byte/x__Y.{cmi,cmo,cmt}

test/blackbox-tests/test-cases/wasmoo/no-check-prim.t/run.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ Compilation using WasmOO
22

33
$ dune build --display short bin/technologic.bc.wasm.js @install 2>&1 | \
44
> sed s,^\ *$(ocamlc -config-var c_compiler),\ \ C_COMPILER,g
5-
wasm_of_ocaml bin/.technologic.eobjs/jsoo/technologic.bc.runtime.wasma
65
ocamldep bin/.technologic.eobjs/dune__exe__Technologic.impl.d
76
ocamldep lib/.x.objs/x.impl.d
87
ocamlc lib/.x.objs/byte/x__.{cmi,cmo,cmt}
98
ocamldep lib/.x.objs/x__Y.impl.d
9+
wasm_of_ocaml bin/.technologic.eobjs/jsoo/technologic.bc.runtime.wasma
1010
ocamldep bin/.technologic.eobjs/dune__exe__Z.impl.d
1111
ocamlopt lib/.x.objs/native/x__.{cmx,o}
1212
ocamlc lib/.x.objs/byte/x__Y.{cmi,cmo,cmt}

0 commit comments

Comments
 (0)