@@ -201,7 +201,7 @@ For example, COMMENT could be (*test-definition*)"
201201
202202(ert-deftest 020_coq-test-definition ()
203203 ; ; There are no infomsgr when running silent.
204- :expected-result :failed
204+ ; ; :expected-result :failed
205205 " Test *response* output after asserting a Definition."
206206 (coq-fixture-on-file
207207 (coq-test-full-path " test_stepwise.v" )
@@ -400,7 +400,7 @@ For example, COMMENT could be (*test-definition*)"
400400 ; ; When running silent, the message about indeed failing is not
401401 ; ; shown. One might fix this test by checking that there is no
402402 ; ; error, which would be shown without Fail.
403- :expected-result :failed
403+ ; ; :expected-result :failed
404404 " Test for Fail"
405405 (coq-fixture-on-file
406406 (coq-test-full-path " test_stepwise.v" )
@@ -428,7 +428,7 @@ For example, COMMENT could be (*test-definition*)"
428428 ; ; When running silent, the message about indeed failing is not
429429 ; ; shown. One might fix this test by checking that there is no
430430 ; ; error, which would be shown without Fail.
431- :expected-result :failed
431+ ; ; :expected-result :failed
432432 " Test for Fail"
433433 (coq-fixture-on-file
434434 (coq-test-full-path " test_stepwise.v" )
0 commit comments