summaryrefslogtreecommitdiff
path: root/testsuite/tests/typing-modules-bugs/gatien_baron_20131019_ok.ml
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typing-modules-bugs/gatien_baron_20131019_ok.ml')
-rw-r--r--testsuite/tests/typing-modules-bugs/gatien_baron_20131019_ok.ml7
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/tests/typing-modules-bugs/gatien_baron_20131019_ok.ml b/testsuite/tests/typing-modules-bugs/gatien_baron_20131019_ok.ml
index 5887445493..1241d53c98 100644
--- a/testsuite/tests/typing-modules-bugs/gatien_baron_20131019_ok.ml
+++ b/testsuite/tests/typing-modules-bugs/gatien_baron_20131019_ok.ml
@@ -1,3 +1,10 @@
+(* TEST
+flags = " -w a "
+* setup-ocamlc.byte-build-env
+** ocamlc.byte
+*** check-ocamlc.byte-output
+*)
+
module Std = struct module Hash = Hashtbl end;;
open Std;;