aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/output/simpl.v
diff options
context:
space:
mode:
authorGravatar Enrico Tassi <Enrico.Tassi@inria.fr>2015-02-15 19:03:18 +0100
committerGravatar Enrico Tassi <Enrico.Tassi@inria.fr>2015-02-15 19:03:42 +0100
commit7d3ab7e00453e259939535618e4e10c624a37ec9 (patch)
tree62301f5773e2ad9ebc953c79a05a7a953d8e78e4 /test-suite/output/simpl.v
parent1c46875f39756e1bd12c5d6009391a2b5927826f (diff)
Undo: back to 8.4 semantics (Close #3514)
Only tactics are taken into account.
Diffstat (limited to 'test-suite/output/simpl.v')
-rw-r--r--test-suite/output/simpl.v6
1 files changed, 3 insertions, 3 deletions
diff --git a/test-suite/output/simpl.v b/test-suite/output/simpl.v
index 89638eedd..5f1926f14 100644
--- a/test-suite/output/simpl.v
+++ b/test-suite/output/simpl.v
@@ -4,10 +4,10 @@ Goal forall x, 0+x = 1+x.
intro x.
simpl (_ + x).
Show.
-Undo 2.
+Undo.
simpl (_ + x) at 2.
Show.
-Undo 2.
+Undo.
simpl (0 + _).
Show.
-Undo 2.
+Undo.