@@ -202,7 +202,7 @@ For example, COMMENT could be (*test-definition*)"
202202
203203(ert-deftest 020_coq-test-definition ()
204204 ; ; There are no infomsgr when running silent.
205- :expected-result :failed
205+ ; ; :expected-result :failed
206206 " Test *response* output after asserting a Definition."
207207 (coq-fixture-on-file
208208 (coq-test-full-path " test_stepwise.v" )
@@ -401,7 +401,7 @@ For example, COMMENT could be (*test-definition*)"
401401 ; ; When running silent, the message about indeed failing is not
402402 ; ; shown. One might fix this test by checking that there is no
403403 ; ; error, which would be shown without Fail.
404- :expected-result :failed
404+ ; ; :expected-result :failed
405405 " Test for Fail"
406406 (coq-fixture-on-file
407407 (coq-test-full-path " test_stepwise.v" )
@@ -429,7 +429,7 @@ For example, COMMENT could be (*test-definition*)"
429429 ; ; When running silent, the message about indeed failing is not
430430 ; ; shown. One might fix this test by checking that there is no
431431 ; ; error, which would be shown without Fail.
432- :expected-result :failed
432+ ; ; :expected-result :failed
433433 " Test for Fail"
434434 (coq-fixture-on-file
435435 (coq-test-full-path " test_stepwise.v" )
0 commit comments