From b1db36baebe1f76a39e8bd1a89892465c70b69be Mon Sep 17 00:00:00 2001 From: Christopher Vogt Date: Sat, 12 Nov 2016 18:51:33 -0500 Subject: rename folder of one example as preparation for creating another one showing how to do the same in a single build --- test/test.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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 { -- cgit v1.2.3