added a dummy test case

This commit is contained in:
James Strachan
2012-03-19 12:29:44 +00:00
parent cefbe090ba
commit 52589e9641
@@ -0,0 +1,9 @@
package test.org.jetbrains.kotlin.maven
import junit.framework.TestCase
class MojoTest: TestCase() {
fun testFoo() {
}
}