aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/ide/undo.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/ide/undo.v')
-rw-r--r--test-suite/ide/undo.v6
1 files changed, 3 insertions, 3 deletions
diff --git a/test-suite/ide/undo.v b/test-suite/ide/undo.v
index d50f545da..60c2e6579 100644
--- a/test-suite/ide/undo.v
+++ b/test-suite/ide/undo.v
@@ -4,7 +4,7 @@
(* Undoing arbitrary commands, as first step *)
Theorem a : O=O.
-Set Printing All.
+Ltac f x := x.
assert True by trivial.
trivial.
Qed.
@@ -13,7 +13,7 @@ Qed.
Theorem b : O=O.
assert True by trivial.
-Set Printing All.
+Ltac g x := x.
assert True by trivial.
trivial.
Qed.
@@ -65,7 +65,7 @@ Qed.
Theorem n : O=O.
assert True by trivial.
Definition o := O.
-Set Printing All.
+Ltac h x := x.
assert True by trivial.
Focus.
Definition p := O.