re-enabled tests by default

This commit is contained in:
James Strachan
2012-03-09 07:12:41 +00:00
parent 6d355d7be2
commit b5108912ee
7 changed files with 26 additions and 13 deletions
-1
View File
@@ -18,7 +18,6 @@
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>${junit-version}</version>
<scope>compile</scope>
</dependency>
</dependencies>
@@ -0,0 +1,9 @@
package test.org.jetbrains.kotlin.kunit
import junit.framework.TestCase
class KUnitTest: TestCase() {
fun testAssert(): Unit {
}
}