Test regenrated (data file removed in the previous commit)

This commit is contained in:
Andrey Breslav
2012-09-18 21:57:57 +04:00
parent 4c7b057dea
commit f8cdb7e81e
@@ -15,13 +15,16 @@
*/
package org.jetbrains.jet.lang.resolve.lazy;
import junit.framework.Assert;
import junit.framework.Test;
import junit.framework.TestSuite;
import java.io.File;
import org.jetbrains.jet.JetTestUtils;
import org.jetbrains.jet.test.InnerTestClasses;
import org.jetbrains.jet.test.TestMetadata;
import java.io.File;
import org.jetbrains.jet.lang.resolve.lazy.AbstractLazyResolveNamespaceComparingTest;
/** This class is generated by {@link org.jetbrains.jet.lang.resolve.lazy.AbstractLazyResolveNamespaceComparingTest}. DO NOT MODIFY MANUALLY */
@InnerTestClasses({LazyResolveNamespaceComparingTestGenerated.LoadKotlin.class, LazyResolveNamespaceComparingTestGenerated.LoadJava.class, LazyResolveNamespaceComparingTestGenerated.NamespaceComparator.class})
@@ -1127,11 +1130,6 @@ public class LazyResolveNamespaceComparingTestGenerated extends AbstractLazyReso
doTestSinglePackage("compiler/testData/loadJava/kotlinSignature/MethodWithMappedClasses.kt");
}
@TestMetadata("MethodWithTupleType.kt")
public void testMethodWithTupleType() throws Exception {
doTestSinglePackage("compiler/testData/loadJava/kotlinSignature/MethodWithTupleType.kt");
}
@TestMetadata("MethodWithTypeParameters.kt")
public void testMethodWithTypeParameters() throws Exception {
doTestSinglePackage("compiler/testData/loadJava/kotlinSignature/MethodWithTypeParameters.kt");