Skip to content

Commit

Permalink
Fix test: rule evaluation order
Browse files Browse the repository at this point in the history
Signed-off-by: Olivier Nicole <olivier@chnik.fr>
  • Loading branch information
OlivierNicole committed Dec 20, 2024
1 parent e2ea325 commit 1ec1bd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/blackbox-tests/test-cases/jsoo/no-check-prim.t/run.t
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ Compilation using jsoo

$ dune build --display short bin/technologic.bc.js @install 2>&1 | \
> sed s,^\ *$(ocamlc -config-var c_compiler),\ \ C_COMPILER,g
js_of_ocaml bin/.technologic.eobjs/jsoo/technologic.bc.runtime.js
ocamldep bin/.technologic.eobjs/technologic.impl.d
ocamldep lib/.x.objs/x.impl.d
ocamlc lib/.x.objs/byte/x__.{cmi,cmo,cmt}
ocamldep lib/.x.objs/x__Y.impl.d
js_of_ocaml bin/.technologic.eobjs/jsoo/technologic.bc.runtime.js
ocamldep bin/.technologic.eobjs/z.impl.d
ocamlopt lib/.x.objs/native/x__.{cmx,o}
ocamlc lib/.x.objs/byte/x__Y.{cmi,cmo,cmt}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ Compilation using WasmOO

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

0 comments on commit 1ec1bd3

Please sign in to comment.