aboutsummaryrefslogtreecommitdiff
path: root/compiler/test/dotc
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/test/dotc')
-rw-r--r--compiler/test/dotc/comptest.scala2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/test/dotc/comptest.scala b/compiler/test/dotc/comptest.scala
index 03e3d859e..c2c88abb3 100644
--- a/compiler/test/dotc/comptest.scala
+++ b/compiler/test/dotc/comptest.scala
@@ -4,6 +4,8 @@ import dotty.tools.dotc.ParallelTesting
object comptest extends ParallelTesting {
+ def interactive: Boolean = true
+
implicit val defaultOutputDir: String = "."
val posDir = "./tests/pos/"