Skip to content

Commit

Permalink
Fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
leventeBajczi committed Jun 15, 2024
1 parent 0f35b6b commit 9f48fe6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ class PassTests {
}
(init to final) {
"y".assign(
"(ite (isinfinite x) #b00000000000000000000000000000000 #b00000000000000000000000000000001)")
"(ite (or (isinfinite x) (fpisnan x)) #b00000000000000000000000000000000 #b00000000000000000000000000000001)")
}
},
),
Expand Down

0 comments on commit 9f48fe6

Please sign in to comment.