forgotten file

This commit is contained in:
Leonid Shalupov
2012-04-04 17:03:22 +04:00
parent 369f01b3f6
commit 549c464983
@@ -0,0 +1,9 @@
package test.org.jetbrains.kotlin.kunit
import junit.framework.TestCase
class KUnitTest: TestCase() {
fun testAssert(): Unit {
}
}