Trying to fix the test

This commit is contained in:
Andrey Breslav
2012-02-03 15:05:55 +04:00
parent 649a639bba
commit 35fb5faad8
@@ -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();
} }