aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test-suite/success/Scopes.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/success/Scopes.v b/test-suite/success/Scopes.v
index ab40a7c48f..e15ae838ad 100644
--- a/test-suite/success/Scopes.v
+++ b/test-suite/success/Scopes.v
@@ -20,4 +20,4 @@ Inductive U := A.
Bind Scope u with U.
Notation "'ε'" := A : u.
Definition c := ε : U.
-Check ε : U
+Check ε : U.