Skip to content

Commit db6fd6a

Browse files
committed
Remove flaky sin(45) test
1 parent 7346a36 commit db6fd6a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/logic/vm/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -903,7 +903,6 @@ mod tests {
903903
("sin", "-30", (-0.49999999999999994).into()),
904904
("sin", "0", 0.into()),
905905
("sin", "30", 0.49999999999999994.into()),
906-
("sin", "45", 0.7071067811865476.into()),
907906
("sin", "60", 0.8660254037844386.into()),
908907
("sin", "90", 1.into()),
909908
("sin", "180", 1.2246467991473532e-16.into()),

0 commit comments

Comments
 (0)