Skip to content

Commit 5b9789c

Browse files
authored
Merge pull request #10149 from dra27/ocamltest-2
Fix detection of ocamlc.opt in ocamltest
2 parents b890021 + 36dc7a4 commit 5b9789c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ocamltest/ocaml_tests.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ let bytecode =
3737
check_ocamlc_byte_output;
3838
run;
3939
check_program_output;
40-
] @ (if Ocamltest_config.arch<>"none" then opt_actions else [])
40+
] @ (if Ocamltest_config.native_compiler then opt_actions else [])
4141
}
4242

4343
let native =

0 commit comments

Comments
 (0)