aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/success/implicit.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/success/implicit.v')
-rw-r--r--test-suite/success/implicit.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/success/implicit.v b/test-suite/success/implicit.v
index f767e80a9..00230bfc4 100644
--- a/test-suite/success/implicit.v
+++ b/test-suite/success/implicit.v
@@ -7,7 +7,7 @@ Set Implicit Arguments.
Section Spec.
Variable A:Set.
Variable op : (A:Set)A->A->Set.
-Infix 6 "#" op.
+Infix 6 "#" op V8only (at level 70).
Check (x:A)(x # x).
(* Example submitted by Christine *)