diff options
Diffstat (limited to 'test-suite/modules/obj.v')
| -rw-r--r-- | test-suite/modules/obj.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/modules/obj.v b/test-suite/modules/obj.v index 97337a125b..fda1a074ae 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. |
