Using JDK_HEADERS compiler mode instead of BUILTINS (it's not necessary) in ExtensionFunctionsTest.
This commit is contained in:
@@ -73,27 +73,27 @@ public class ExtensionFunctionsTest extends CodegenTestCase {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public void testKtNested2() throws Exception {
|
public void testKtNested2() throws Exception {
|
||||||
createEnvironmentWithMockJdkAndIdeaAnnotations(CompilerSpecialMode.BUILTINS);
|
createEnvironmentWithMockJdkAndIdeaAnnotations(CompilerSpecialMode.JDK_HEADERS);
|
||||||
blackBoxFile("extensionFunctions/nested2.kt");
|
blackBoxFile("extensionFunctions/nested2.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
public void testKt606() throws Exception {
|
public void testKt606() throws Exception {
|
||||||
createEnvironmentWithMockJdkAndIdeaAnnotations(CompilerSpecialMode.BUILTINS);
|
createEnvironmentWithMockJdkAndIdeaAnnotations(CompilerSpecialMode.JDK_HEADERS);
|
||||||
blackBoxFile("regressions/kt606.kt");
|
blackBoxFile("regressions/kt606.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
public void testKt1061() throws Exception {
|
public void testKt1061() throws Exception {
|
||||||
createEnvironmentWithMockJdkAndIdeaAnnotations(CompilerSpecialMode.BUILTINS);
|
createEnvironmentWithMockJdkAndIdeaAnnotations(CompilerSpecialMode.JDK_HEADERS);
|
||||||
blackBoxFile("regressions/kt1061.kt");
|
blackBoxFile("regressions/kt1061.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
public void testKt1249() throws Exception {
|
public void testKt1249() throws Exception {
|
||||||
createEnvironmentWithMockJdkAndIdeaAnnotations(CompilerSpecialMode.BUILTINS);
|
createEnvironmentWithMockJdkAndIdeaAnnotations(CompilerSpecialMode.JDK_HEADERS);
|
||||||
blackBoxFile("regressions/kt1249.kt");
|
blackBoxFile("regressions/kt1249.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
public void testKt1290() throws Exception {
|
public void testKt1290() throws Exception {
|
||||||
createEnvironmentWithMockJdkAndIdeaAnnotations(CompilerSpecialMode.BUILTINS);
|
createEnvironmentWithMockJdkAndIdeaAnnotations(CompilerSpecialMode.JDK_HEADERS);
|
||||||
blackBoxFile("regressions/kt1290.kt");
|
blackBoxFile("regressions/kt1290.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user