Skip to content

Commit

Permalink
HolSmt: remove duplicate self-tests
Browse files Browse the repository at this point in the history
These test cases are already being tested above in the `num` section.
  • Loading branch information
someplaceguy committed Jan 26, 2024
1 parent 3e17105 commit 6aba5bc
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/HolSmt/selftest.sml
Original file line number Diff line number Diff line change
Expand Up @@ -548,11 +548,6 @@ in
(``(x:real) < x``, [sat_CVC, sat_YO, sat_Z3, sat_Z3p]),
(``(x:real) < y ==> 42 * x < 42 * y``, [thm_AUTO, thm_CVC, thm_YO, thm_Z3, thm_Z3p]),

(``0n <= 1n``, [thm_AUTO, thm_YO]),
(``1n <= 0n``, [sat_CVC, sat_YO, sat_Z3, sat_Z3p]),
(``(x:num) <= x``, [thm_AUTO, thm_YO]),
(``(x:num) <= y ==> 2 * x <= 2 * y``, [thm_AUTO, thm_YO]),

(``1r > 0r``, [thm_AUTO, thm_CVC, thm_YO, thm_Z3, thm_Z3p]),
(``0r > 1r``, [sat_CVC, sat_YO, sat_Z3, sat_Z3p]),
(``(x:real) > x``, [sat_CVC, sat_YO, sat_Z3, sat_Z3p]),
Expand Down

0 comments on commit 6aba5bc

Please sign in to comment.