Trying to fix the test
This commit is contained in:
@@ -3,6 +3,7 @@ package org.jetbrains.jet.codegen;
|
|||||||
import com.intellij.openapi.vfs.VirtualFile;
|
import com.intellij.openapi.vfs.VirtualFile;
|
||||||
import com.intellij.openapi.vfs.local.CoreLocalFileSystem;
|
import com.intellij.openapi.vfs.local.CoreLocalFileSystem;
|
||||||
import gnu.trove.THashSet;
|
import gnu.trove.THashSet;
|
||||||
|
import junit.framework.Test;
|
||||||
import junit.framework.TestCase;
|
import junit.framework.TestCase;
|
||||||
import junit.framework.TestResult;
|
import junit.framework.TestResult;
|
||||||
import junit.framework.TestSuite;
|
import junit.framework.TestSuite;
|
||||||
@@ -27,7 +28,7 @@ import java.util.Set;
|
|||||||
*/
|
*/
|
||||||
public class TestlibTest extends CodegenTestCase {
|
public class TestlibTest extends CodegenTestCase {
|
||||||
|
|
||||||
public static TestSuite suite() {
|
public static Test suite() {
|
||||||
return new TestlibTest().buildSuite();
|
return new TestlibTest().buildSuite();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user