Skip to content

Commit

Permalink
Update regression test for 'ignore-safety'.
Browse files Browse the repository at this point in the history
This tracks changes to the symbolic indexing primitives.
  • Loading branch information
robdockins committed Aug 3, 2021
1 parent e54f8d9 commit 8e91fe5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions tests/regression/ignore-safe.icry
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
:prove (\ (x:[8]) y -> (y == 0) || (y*(x/y) + x%y == x))

:prove (\ (x:Integer) -> [0,0,0]@x == 0 )
:prove (\ (x:Integer) -> []@x == 0 )
:prove (\ (x:[8]) -> [0,0,0]@x == 0 )

:set ignore-safety = on
Expand All @@ -22,5 +21,4 @@
:prove (\ (x:[8]) y -> (y == 0) || (y*(x/y) + x%y == x))

:prove (\ (x:Integer) -> [0,0,0]@x == 0 )
:prove (\ (x:Integer) -> []@x == 0 )
:prove (\ (x:[8]) -> [0,0,0]@x == 0 )
2 changes: 0 additions & 2 deletions tests/regression/ignore-safe.icry.stdout
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,3 @@ Q.E.D.
Q.E.D.
Q.E.D.
Q.E.D.
Q.E.D.
Q.E.D.

0 comments on commit 8e91fe5

Please sign in to comment.