fixed up test runners

This commit is contained in:
James Strachan
2012-03-05 08:20:49 +00:00
parent 863e3ff382
commit b9fe45ed0c
5 changed files with 5 additions and 5 deletions
@@ -14,7 +14,7 @@
* limitations under the License. * limitations under the License.
*/ */
package kotlinlib.testall; package stdlib.testall;
import junit.framework.TestSuite; import junit.framework.TestSuite;
import test.collections.*; import test.collections.*;
@@ -14,7 +14,7 @@
* limitations under the License. * limitations under the License.
*/ */
package kotlinlib.testall; package stdlib.testall;
import junit.framework.TestSuite; import junit.framework.TestSuite;
import test.dom.*; import test.dom.*;
@@ -14,7 +14,7 @@
* limitations under the License. * limitations under the License.
*/ */
package kotlinlib.testall; package stdlib.testall;
import junit.framework.TestSuite; import junit.framework.TestSuite;
import test.language.*; import test.language.*;
@@ -14,7 +14,7 @@
* limitations under the License. * limitations under the License.
*/ */
package kotlinlib.testall; package stdlib.testall;
import junit.framework.TestSuite; import junit.framework.TestSuite;
import test.properties.*; import test.properties.*;
+1 -1
View File
@@ -14,7 +14,7 @@
* limitations under the License. * limitations under the License.
*/ */
package kotlinlib.testall; package stdlib.testall;
import junit.framework.TestSuite; import junit.framework.TestSuite;
import test.collections.*; import test.collections.*;