summaryrefslogtreecommitdiff
path: root/test-suite/modules/obj.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/modules/obj.v')
-rw-r--r--test-suite/modules/obj.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/modules/obj.v b/test-suite/modules/obj.v
index 97337a12..fda1a074 100644
--- a/test-suite/modules/obj.v
+++ b/test-suite/modules/obj.v
@@ -1,7 +1,7 @@
Set Implicit Arguments.
Unset Strict Implicit.
-Module M.
+Module M.
Definition a (s : Set) := s.
Print a.
End M.