summaryrefslogtreecommitdiff
path: root/test-suite/modules/sig.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/modules/sig.v')
-rw-r--r--test-suite/modules/sig.v4
1 files changed, 2 insertions, 2 deletions
diff --git a/test-suite/modules/sig.v b/test-suite/modules/sig.v
index 4cb6291d..da5d25fa 100644
--- a/test-suite/modules/sig.v
+++ b/test-suite/modules/sig.v
@@ -18,8 +18,8 @@ Module Type SPRYT.
End N.
End SPRYT.
-Module K : SPRYT := N.
-Module K' : SPRYT := M.
+Module K : SPRYT := N.
+Module K' : SPRYT := M.
Module Type SIG.
Definition T : Set := M.N.T.