aboutsummaryrefslogtreecommitdiff
path: root/test/test.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/test.scala')
-rw-r--r--test/test.scala5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/test.scala b/test/test.scala
index 9cb7fd9..63bcabc 100644
--- a/test/test.scala
+++ b/test/test.scala
@@ -506,6 +506,11 @@ object Main{
assert(res.exit0)
}
+ {
+ val res = runCbt("../examples/package-example", Seq("run"))
+ assert(res.exit0)
+ }
+
/*
// currently fails with
// java.lang.UnsupportedOperationException: scalafix.rewrite.ScalafixMirror.fromMirror $anon#typeSignature requires the semantic api