Skip to content

Commit

Permalink
move
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronKutch committed Dec 5, 2023
1 parent a7d2d7a commit 1d06a44
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ fn operation(rng: &mut StarRng, m: &mut Mem) {
}

#[test]
fn fuzz_lower_and_eval() {
fn elementary_fuzz_lower_and_eval() {
let mut rng = StarRng::new(0);
let mut m = Mem::new();

Expand Down
Empty file added testcrate/tests/fuzz_lower.rs
Empty file.

0 comments on commit 1d06a44

Please sign in to comment.