aboutsummaryrefslogtreecommitdiff
path: root/test-suite
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite')
-rw-r--r--test-suite/ide/undo012.fake4
-rw-r--r--test-suite/ide/undo013.fake3
-rw-r--r--test-suite/ide/undo016.fake2
3 files changed, 2 insertions, 7 deletions
diff --git a/test-suite/ide/undo012.fake b/test-suite/ide/undo012.fake
index f9b29ca185..49169eba82 100644
--- a/test-suite/ide/undo012.fake
+++ b/test-suite/ide/undo012.fake
@@ -22,5 +22,5 @@ REWIND 1
# We should now be just before aa, without opened proofs
INTERPRAW Fail idtac.
INTERPRAW Fail Check aa.
-INTERPRAW Fail Check bb.
-INTERPRAW Fail Check cc.
+INTERPRAW Check bb.
+INTERPRAW Check cc.
diff --git a/test-suite/ide/undo013.fake b/test-suite/ide/undo013.fake
index 3b1c61e66d..389da27650 100644
--- a/test-suite/ide/undo013.fake
+++ b/test-suite/ide/undo013.fake
@@ -20,9 +20,6 @@ INTERP apply H.
REWIND 2
# We should now be just before "Lemma cc"
# <replay>
-INTERP Lemma cc : False -> True.
-INTERP intro H.
-INTERP destruct H.
INTERP Qed.
INTERP apply H.
# </replay>
diff --git a/test-suite/ide/undo016.fake b/test-suite/ide/undo016.fake
index 2a6e512cb7..a188e31b1f 100644
--- a/test-suite/ide/undo016.fake
+++ b/test-suite/ide/undo016.fake
@@ -18,8 +18,6 @@ INTERP destruct H.
REWIND 6
# We should be just before "Lemma bb"
# <replay>
-INTERP Lemma bb : False -> False.
-INTERP intro H.
INTERP apply H.
INTERP Qed.
INTERP apply H.