We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b890021 + 36dc7a4 commit 5b9789cCopy full SHA for 5b9789c
1 file changed
ocamltest/ocaml_tests.ml
@@ -37,7 +37,7 @@ let bytecode =
37
check_ocamlc_byte_output;
38
run;
39
check_program_output;
40
- ] @ (if Ocamltest_config.arch<>"none" then opt_actions else [])
+ ] @ (if Ocamltest_config.native_compiler then opt_actions else [])
41
}
42
43
let native =
0 commit comments