From 655a13aef6c517de5fd2336cb204967fe7c1fc9e Mon Sep 17 00:00:00 2001 From: Alex Tkachman Date: Mon, 17 Sep 2012 09:45:37 +0300 Subject: [PATCH] IntrinsicsTest regenerated --- .../jet/codegen/IntrinsicsTestGenerated.java | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/compiler/tests/org/jetbrains/jet/codegen/IntrinsicsTestGenerated.java b/compiler/tests/org/jetbrains/jet/codegen/IntrinsicsTestGenerated.java index d86e4c516db..1991c7a4461 100644 --- a/compiler/tests/org/jetbrains/jet/codegen/IntrinsicsTestGenerated.java +++ b/compiler/tests/org/jetbrains/jet/codegen/IntrinsicsTestGenerated.java @@ -13,18 +13,13 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + 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.test.InnerTestClasses; 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 */ @TestMetadata("compiler/testData/codegen/intrinsics") @@ -38,4 +33,9 @@ public class IntrinsicsTestGenerated extends AbstractIntrinsicsTestCase { blackBoxFileByFullPath("compiler/testData/codegen/intrinsics/longRangeWithExplicitDot.kt"); } + @TestMetadata("tostring.kt") + public void testTostring() throws Exception { + blackBoxFileByFullPath("compiler/testData/codegen/intrinsics/tostring.kt"); + } + }