Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed Dec 19, 2024
1 parent f86df0e commit 866d07e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compiler/noirc_evaluator/src/ssa/opt/flatten_cfg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1461,7 +1461,7 @@ mod test {
}

#[test]
fn eliminates_unnecessary_stores_of_numeric_types() {
fn eliminates_unnecessary_if_else_instructions_on_numeric_types() {
let src = "
acir(inline) fn main f0 {
b0(v0: bool):
Expand Down Expand Up @@ -1501,7 +1501,7 @@ mod test {
}

#[test]
fn eliminates_unnecessary_stores_of_array_types() {
fn eliminates_unnecessary_if_else_instructions_on_array_types() {
let src = "
acir(inline) fn main f0 {
b0(v0: bool, v1: bool):
Expand Down

0 comments on commit 866d07e

Please sign in to comment.