From c9be8fe67010094d21505ca05ab1363a5abba06d Mon Sep 17 00:00:00 2001 From: Christopher Vogt Date: Mon, 27 Mar 2017 19:27:48 -0400 Subject: rename Scalafix plugin in perparation for mirror based one --- test/test.scala | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'test/test.scala') diff --git a/test/test.scala b/test/test.scala index 5c107fe..3b296a1 100644 --- a/test/test.scala +++ b/test/test.scala @@ -257,7 +257,7 @@ object Main{ compile("../plugins/scalatest") compile("../plugins/wartremover") compile("../plugins/uber-jar") - compile("../plugins/scalafix") + compile("../plugins/scalafix-compiler-plugin") compile("../examples/scalafmt-example") compile("../examples/scalariform-example") compile("../examples/scalatest-example") @@ -427,10 +427,10 @@ object Main{ } { - val sourceFile = cbtHome / "examples" / "scalafix-example" / "Main.scala" + val sourceFile = cbtHome / "examples" / "scalafix-compiler-plugin-example" / "Main.scala" val sourceBefore = sourceFile.readAsString - runCbt("../examples/scalafix-example", Seq("clean","force")) - val res = runCbt("../examples/scalafix-example", Seq("compile")) + runCbt("../examples/scalafix-compiler-plugin-example", Seq("clean","force")) + val res = runCbt("../examples/scalafix-compiler-plugin-example", Seq("compile")) assert(res.exit0) val sourceAfter = sourceFile.readAsString assert(!(sourceBefore contains "@volatile")) -- cgit v1.2.3