summaryrefslogtreecommitdiff
path: root/test-suite/failure/ltac1.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/failure/ltac1.v')
-rw-r--r--test-suite/failure/ltac1.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/failure/ltac1.v b/test-suite/failure/ltac1.v
index 7b496a75..eef16525 100644
--- a/test-suite/failure/ltac1.v
+++ b/test-suite/failure/ltac1.v
@@ -4,4 +4,4 @@ Ltac X := match goal with
end.
Goal True -> True -> True.
intros.
-X.
+Fail X.