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 88e70ac commit a885671Copy full SHA for a885671
compiler/test/dotty/tools/dotc/CompilationTests.scala
@@ -208,7 +208,8 @@ class CompilationTests extends ParallelTesting {
208
defaultOutputDir + "lib/src/:" +
209
// as well as bootstrapped compiler:
210
defaultOutputDir + "dotty1/dotty/:" +
211
- Jars.dottyInterfaces
+ Jars.dottyInterfaces,
212
+ "-Ycheck-reentrant"
213
)
214
215
def lib =
0 commit comments