IntrinsicsTest regenerated
This commit is contained in:
@@ -13,18 +13,13 @@
|
|||||||
* See the License for the specific language governing permissions and
|
* See the License for the specific language governing permissions and
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.jetbrains.jet.codegen;
|
package org.jetbrains.jet.codegen;
|
||||||
|
|
||||||
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.JetTestUtils;
|
||||||
import org.jetbrains.jet.test.InnerTestClasses;
|
|
||||||
import org.jetbrains.jet.test.TestMetadata;
|
import org.jetbrains.jet.test.TestMetadata;
|
||||||
|
|
||||||
import org.jetbrains.jet.codegen.AbstractIntrinsicsTestCase;
|
import java.io.File;
|
||||||
|
|
||||||
/** This class is generated by {@link org.jetbrains.jet.codegen.AbstractIntrinsicsTestCase}. DO NOT MODIFY MANUALLY */
|
/** This class is generated by {@link org.jetbrains.jet.codegen.AbstractIntrinsicsTestCase}. DO NOT MODIFY MANUALLY */
|
||||||
@TestMetadata("compiler/testData/codegen/intrinsics")
|
@TestMetadata("compiler/testData/codegen/intrinsics")
|
||||||
@@ -38,4 +33,9 @@ public class IntrinsicsTestGenerated extends AbstractIntrinsicsTestCase {
|
|||||||
blackBoxFileByFullPath("compiler/testData/codegen/intrinsics/longRangeWithExplicitDot.kt");
|
blackBoxFileByFullPath("compiler/testData/codegen/intrinsics/longRangeWithExplicitDot.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@TestMetadata("tostring.kt")
|
||||||
|
public void testTostring() throws Exception {
|
||||||
|
blackBoxFileByFullPath("compiler/testData/codegen/intrinsics/tostring.kt");
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user