Skip to content

Commit a885671

Browse files
committed
compile dotty with -Ycheck-reentrant
1 parent 88e70ac commit a885671

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

compiler/test/dotty/tools/dotc/CompilationTests.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,8 @@ class CompilationTests extends ParallelTesting {
208208
defaultOutputDir + "lib/src/:" +
209209
// as well as bootstrapped compiler:
210210
defaultOutputDir + "dotty1/dotty/:" +
211-
Jars.dottyInterfaces
211+
Jars.dottyInterfaces,
212+
"-Ycheck-reentrant"
212213
)
213214

214215
def lib =

0 commit comments

Comments
 (0)