aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorChristopher Vogt <oss.nsp@cvogt.org>2016-11-12 18:51:33 -0500
committerChristopher Vogt <oss.nsp@cvogt.org>2017-02-13 10:10:03 -0500
commitb1db36baebe1f76a39e8bd1a89892465c70b69be (patch)
tree455c2429a2b94c9d6813a5df498fddf293123ec7 /test
parent8ebada86b1fc58465751864acba8aafd387ccb4b (diff)
downloadcbt-b1db36baebe1f76a39e8bd1a89892465c70b69be.tar.gz
cbt-b1db36baebe1f76a39e8bd1a89892465c70b69be.tar.bz2
cbt-b1db36baebe1f76a39e8bd1a89892465c70b69be.zip
rename folder of one example as preparation for creating another one
showing how to do the same in a single build
Diffstat (limited to 'test')
-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 {