aboutsummaryrefslogtreecommitdiff
path: root/test/dotc/tests.scala
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2015-07-01 16:09:24 +0200
committerMartin Odersky <odersky@gmail.com>2015-07-06 17:46:46 +0200
commit6c09236f6ee4b9194f12bcb553c803d337c54052 (patch)
tree6c608b18425a96e9e593b95fffe7ecbe57ae4c76 /test/dotc/tests.scala
parentab8e63a2a94201a8f23193271e58d62371bfc7b9 (diff)
downloaddotty-6c09236f6ee4b9194f12bcb553c803d337c54052.tar.gz
dotty-6c09236f6ee4b9194f12bcb553c803d337c54052.tar.bz2
dotty-6c09236f6ee4b9194f12bcb553c803d337c54052.zip
Add -Ycheck-reentrant to dotty test.
Diffstat (limited to 'test/dotc/tests.scala')
-rw-r--r--test/dotc/tests.scala2
1 files changed, 1 insertions, 1 deletions
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")