From ce7f01067312d0ae042ebdf60172663b3f67d061 Mon Sep 17 00:00:00 2001 From: Mikhail Zarechenskiy Date: Mon, 4 Jun 2018 21:59:03 +0300 Subject: [PATCH] Fix wrong test data --- .../constructorOfUnsignedType.txt | 27 ------------------- 1 file changed, 27 deletions(-) diff --git a/compiler/testData/diagnostics/tests/evaluate/inlineClasses/constructorOfUnsignedType.txt b/compiler/testData/diagnostics/tests/evaluate/inlineClasses/constructorOfUnsignedType.txt index 30953e1574d..5022539beba 100644 --- a/compiler/testData/diagnostics/tests/evaluate/inlineClasses/constructorOfUnsignedType.txt +++ b/compiler/testData/diagnostics/tests/evaluate/inlineClasses/constructorOfUnsignedType.txt @@ -100,9 +100,6 @@ package kotlin { } package kotlin.internal { - - package kotlin.internal.contracts { - } } package kotlin.ranges { @@ -111,30 +108,6 @@ package kotlin { package kotlin.reflect { } - package kotlin.script { - - package kotlin.script.dependencies { - } - - package kotlin.script.experimental { - - package kotlin.script.experimental.dependencies { - } - - package kotlin.script.experimental.location { - } - } - - package kotlin.script.extensions { - } - - package kotlin.script.templates { - - package kotlin.script.templates.standard { - } - } - } - package kotlin.text { } }