summaryrefslogtreecommitdiff
path: root/test-suite/success/Abstract.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/success/Abstract.v')
-rw-r--r--test-suite/success/Abstract.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/success/Abstract.v b/test-suite/success/Abstract.v
index fc8800a5..ffd50f6e 100644
--- a/test-suite/success/Abstract.v
+++ b/test-suite/success/Abstract.v
@@ -18,7 +18,7 @@ Proof.
induction n.
simpl ; apply Dummy0.
replace (2 * S n0) with (2*n0 + 2) ; auto with arith.
- apply DummyApp.
+ apply DummyApp.
2:exact Dummy2.
apply IHn0 ; abstract omega.
Defined.