aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 5f1926f142..89638eedd7 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.
+Undo 2.
simpl (_ + x) at 2.
Show.
-Undo.
+Undo 2.
simpl (0 + _).
Show.
-Undo.
+Undo 2.