summaryrefslogtreecommitdiff
path: root/test-suite/output/simpl.v
diff options
context:
space:
mode:
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 89638eed..5f1926f1 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.