We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9506de0 commit 3c5390bCopy full SHA for 3c5390b
test/dotc/tests.scala
@@ -143,7 +143,7 @@ class tests extends CompilerTest {
143
144
@Test def run_all = runFiles(runDir)
145
146
- @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
147
148
149
@Test def dotc_ast = compileDir(dotcDir, "ast")
0 commit comments