From 6c09236f6ee4b9194f12bcb553c803d337c54052 Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Wed, 1 Jul 2015 16:09:24 +0200 Subject: Add -Ycheck-reentrant to dotty test. --- test/dotc/tests.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/dotc/tests.scala') diff --git a/test/dotc/tests.scala b/test/dotc/tests.scala index f222daca4..9d748c602 100644 --- a/test/dotc/tests.scala +++ b/test/dotc/tests.scala @@ -146,7 +146,7 @@ class tests extends CompilerTest { @Test def run_all = runFiles(runDir) - @Test def dotty = compileDir(dottyDir, "tools", "-deep" :: allowDeepSubtypes ++ twice) // note the -deep argument + @Test def dotty = compileDir(dottyDir, "tools", "-deep" :: "-Ycheck-reentrant" :: allowDeepSubtypes ++ twice) // note the -deep argument @Test def dotc_ast = compileDir(dotcDir, "ast") -- cgit v1.2.3