aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/failure/circular_subtyping1.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/failure/circular_subtyping1.v')
-rw-r--r--test-suite/failure/circular_subtyping1.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/failure/circular_subtyping1.v b/test-suite/failure/circular_subtyping1.v
index 0b3a8688e..e89539523 100644
--- a/test-suite/failure/circular_subtyping1.v
+++ b/test-suite/failure/circular_subtyping1.v
@@ -4,4 +4,4 @@ Module Type T. Declare Module M:S. End T.
Module N:S. End N.
Module NN <: T. Module M:=N. End NN.
-Module P <: T with Module M:=NN := NN.
+Fail Module P <: T with Module M:=NN := NN.