summaryrefslogtreecommitdiff
path: root/testsuite/tests/parsing/hash_ambiguity.ml
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/parsing/hash_ambiguity.ml')
-rw-r--r--testsuite/tests/parsing/hash_ambiguity.ml17
1 files changed, 12 insertions, 5 deletions
diff --git a/testsuite/tests/parsing/hash_ambiguity.ml b/testsuite/tests/parsing/hash_ambiguity.ml
index 32f8297f5e..f364fac99a 100644
--- a/testsuite/tests/parsing/hash_ambiguity.ml
+++ b/testsuite/tests/parsing/hash_ambiguity.ml
@@ -1,8 +1,8 @@
-(* TEST
- flags = "-stop-after parsing -dparsetree"
- * setup-ocamlc.byte-build-env
- ** ocamlc.byte
- *** check-ocamlc.byte-output
+(* TEST_BELOW
+Filler_text_added_to_preserve_location
+s_while_translating_from_old_syn
+tax__Filler_text_
+added_to_preserve_locations_whi
*)
class ['a] list = object end
@@ -15,3 +15,10 @@ type 'a t = int #list as 'a
type 'a u = A of int #list
type 'a v = A of int * int #list
+
+(* TEST
+ flags = "-stop-after parsing -dparsetree";
+ setup-ocamlc.byte-build-env;
+ ocamlc.byte;
+ check-ocamlc.byte-output;
+*)