Filtering...

must-fail-local-tests

books/std/testing/must-fail-local-tests

Included Books

other
(in-package "ACL2")
include-book
(include-book "must-fail-local")
include-book
(include-book "must-succeed-star")
other
(must-fail-local (defthm th (natp (1+ x))))
other
(must-fail-local (defthm th (natp (1+ x)))
  :with-output-off nil)
other
(must-fail-local (defthm th (natp (1+ x)))
  :with-output-off (summary)
  :check-expansion t)
other
(must-fail-local (defthm th (natp (1+ x))))
other
(must-fail-local (defthm th (natp (1+ x))))
other
(must-fail-local (defthm th (natp (1+ x))))