aboutsummaryrefslogtreecommitdiff
path: root/test-suite/bugs/opened/3278.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/bugs/opened/3278.v')
-rw-r--r--test-suite/bugs/opened/3278.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/bugs/opened/3278.v b/test-suite/bugs/opened/3278.v
index 2c6d391a0c..ced535afd5 100644
--- a/test-suite/bugs/opened/3278.v
+++ b/test-suite/bugs/opened/3278.v
@@ -1,5 +1,5 @@
Module a.
- Fail Check let x' := _ in
+ Check let x' := _ in
$(exact x')$.
Notation foo x := (let x' := x in $(exact x')$).