Skip to content

Commit

Permalink
Increase number of tested programs
Browse files Browse the repository at this point in the history
  • Loading branch information
prozacchiwawa committed Apr 16, 2024
1 parent 01d17a8 commit 0e679db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/compiler/optimizer/cse_regression.rs
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ fn test_cse_merge_regression() {
}
};

for _ in 0..10 {
for _ in 0..20 {
let test_program = produce_program(&mut rng);
let program_sexp = Rc::new(SExp::Cons(
srcloc.clone(),
Expand Down

0 comments on commit 0e679db

Please sign in to comment.