Move testing from stdlib to js.stdlib

This commit is contained in:
Sergey Mashkov
2015-11-23 16:00:31 +03:00
parent 1867abbbe7
commit 149ce70ce2
7 changed files with 30 additions and 251 deletions
+4
View File
@@ -20,6 +20,10 @@
<include name="kotlin/annotation/Annotations.kt"/>
</fileset>
<fileset dir="${basedir}/libraries/kotlin.test/shared">
<include name="src/main/kotlin/kotlin/test/TestAssertions.kt" />
</fileset>
<fileset dir="${basedir}/${intermediate-sources}/stdlib/js">
<include name="**/*.kt" />