aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
Diffstat (limited to 'project')
-rw-r--r--project/Build.scala5
1 files changed, 4 insertions, 1 deletions
diff --git a/project/Build.scala b/project/Build.scala
index 9eb8cb894..ead692b1d 100644
--- a/project/Build.scala
+++ b/project/Build.scala
@@ -126,7 +126,10 @@ object DottyBuild extends Build {
},
// enable verbose exception messages for JUnit
- testOptions in Test += Tests.Argument(TestFrameworks.JUnit, "-a", "-v", "--run-listener=test.ContextEscapeDetector"),
+ testOptions in Test += Tests.Argument(
+ TestFrameworks.JUnit, "-a", "-v",
+ "--run-listener=dotty.tools.ContextEscapeDetector"
+ ),
testOptions in Test += Tests.Cleanup({ () => partestLockFile.delete }),
lockPartestFile := {