From 38c7dc3bb8b81bebd7dc6a9e092cec0c10d30a9f Mon Sep 17 00:00:00 2001 From: Martin Egri Date: Tue, 13 Jun 2017 15:09:37 +0200 Subject: Disambiguate old-style/new-style macro compiler plugin builds --- test/test.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test.scala') diff --git a/test/test.scala b/test/test.scala index 087bbd9..376d6bf 100644 --- a/test/test.scala +++ b/test/test.scala @@ -422,7 +422,7 @@ object Main{ } { - val res = runCbt("../examples/macroparadise-example", Seq("run")) + val res = runCbt("../examples/new-style-macros-example", Seq("run")) assert(res.exit0) assert(res.out.contains("hello, world!"), res.out) } -- cgit v1.2.3