summaryrefslogtreecommitdiff
path: root/test-suite/failure/fixpoint2.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/failure/fixpoint2.v')
-rw-r--r--test-suite/failure/fixpoint2.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/failure/fixpoint2.v b/test-suite/failure/fixpoint2.v
index d2f02ea1..7f11a99b 100644
--- a/test-suite/failure/fixpoint2.v
+++ b/test-suite/failure/fixpoint2.v
@@ -3,4 +3,4 @@
Goal nat->nat.
fix f 1.
intro n; apply f; assumption.
-Guarded.
+Fail Guarded.