Skip to content

Commit 3c5390b

Browse files
committed
Add -Ycheck-reentrant to dotty test.
1 parent 9506de0 commit 3c5390b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/dotc/tests.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ class tests extends CompilerTest {
143143

144144
@Test def run_all = runFiles(runDir)
145145

146-
@Test def dotty = compileDir(dottyDir, "tools", "-deep" :: allowDeepSubtypes ++ twice) // note the -deep argument
146+
@Test def dotty = compileDir(dottyDir, "tools", "-deep" :: "-Ycheck-reentrant" :: allowDeepSubtypes ++ twice) // note the -deep argument
147147

148148

149149
@Test def dotc_ast = compileDir(dotcDir, "ast")

0 commit comments

Comments
 (0)