aboutsummaryrefslogtreecommitdiff
path: root/test/test.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/test.scala')
-rw-r--r--test/test.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.scala b/test/test.scala
index ecc44ca..22b7c87 100644
--- a/test/test.scala
+++ b/test/test.scala
@@ -204,7 +204,7 @@ object Main{
compile("../examples/scalatest-example")
compile("../examples/scalajs-react-example/js")
compile("../examples/scalajs-react-example/jvm")
- compile("../examples/multi-project-example")
+ compile("../examples/multi-standalone-example")
if(sys.props("java.version").startsWith("1.7")){
System.err.println("\nskipping dotty tests on Java 7")
} else {