Skip to content

Commit

Permalink
added a dummy test case
Browse files Browse the repository at this point in the history
  • Loading branch information
jstrachan committed Mar 19, 2012
1 parent cefbe09 commit 52589e9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions libraries/kotlin-maven-plugin/src/test/kotlin/MojoTest.kt
@@ -0,0 +1,9 @@
package test.org.jetbrains.kotlin.maven

import junit.framework.TestCase

class MojoTest: TestCase() {
fun testFoo() {

}
}

0 comments on commit 52589e9

Please sign in to comment.