summaryrefslogtreecommitdiff
path: root/test-suite/success/Scopes.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/success/Scopes.v')
-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 ca374671..2da63063 100644
--- a/test-suite/success/Scopes.v
+++ b/test-suite/success/Scopes.v
@@ -11,7 +11,7 @@ Check (A.opp 3).
Record B := { f :> Z -> Z }.
Variable a:B.
-Arguments Scope a [Z_scope].
+Arguments a _%Z_scope : extra scopes.
Check a 0.
(* Check that casts activate scopes if ever possible *)