summaryrefslogtreecommitdiff
path: root/testsuite/tests/typing-sigsubst/sig_local_aliases_syntax_errors.ml
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typing-sigsubst/sig_local_aliases_syntax_errors.ml')
-rw-r--r--testsuite/tests/typing-sigsubst/sig_local_aliases_syntax_errors.ml8
1 files changed, 6 insertions, 2 deletions
diff --git a/testsuite/tests/typing-sigsubst/sig_local_aliases_syntax_errors.ml b/testsuite/tests/typing-sigsubst/sig_local_aliases_syntax_errors.ml
index b387ec6aee..b56f6eebc5 100644
--- a/testsuite/tests/typing-sigsubst/sig_local_aliases_syntax_errors.ml
+++ b/testsuite/tests/typing-sigsubst/sig_local_aliases_syntax_errors.ml
@@ -1,5 +1,5 @@
-(* TEST
- * toplevel
+(* TEST_BELOW
+(* Blank lines added here to preserve locations. *)
*)
module type Rejected1 = sig
@@ -34,3 +34,7 @@ end;;
module type Rejected0 = sig
type nonrec t := int
end;;
+
+(* TEST
+ toplevel;
+*)