summaryrefslogtreecommitdiff
path: root/test-suite/failure/Notations.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/failure/Notations.v')
-rw-r--r--test-suite/failure/Notations.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/failure/Notations.v b/test-suite/failure/Notations.v
index 074e176a..83459de3 100644
--- a/test-suite/failure/Notations.v
+++ b/test-suite/failure/Notations.v
@@ -3,5 +3,5 @@
Notation "! A" := (forall i:nat, A) (at level 60).
(* Should fail: no dynamic capture *)
-Check ! (i=i).
+Fail Check ! (i=i).