aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/ide
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2008-05-28 09:09:12 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2008-05-28 09:09:12 +0000
commit941bac504672283a351d9a90f40f66fee7268e7d (patch)
tree1bb04db59b59b3cc2767bb6e326263f3bfcd28e2 /test-suite/ide
parentd186aa7eb4709f8612c59984eb919f01e19e9b70 (diff)
- Correction bug highlighting "Module" dans Coqide
- Divers code mort (evarutil.ml, Bvector.v) - MAJ perf-analysis git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@11004 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'test-suite/ide')
-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.