Skip to content

Commit

Permalink
Update tests/bench/bench.ml
Browse files Browse the repository at this point in the history
  • Loading branch information
rjbou authored Aug 2, 2024
1 parent 9306f75 commit d33d830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/bench/bench.ml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ let () =
let time_install_check_not_installed =
Gc.compact ();
launch (fmt "%s switch create five --fake ocaml-base-compiler.4.14.0" bin);
time_cmd ~exit:0 (fmt "%s install --check core.v0.15.0" bin)
time_cmd ~exit:1 (fmt "%s install --check core.v0.15.0" bin)
in
let json = fmt {|{
"results": [
Expand Down

0 comments on commit d33d830

Please sign in to comment.