diff --git a/compiler/tests/org/jetbrains/jet/codegen/ExtensionFunctionsTest.java b/compiler/tests/org/jetbrains/jet/codegen/ExtensionFunctionsTest.java index 6adccef9854..a48f64dd8b3 100644 --- a/compiler/tests/org/jetbrains/jet/codegen/ExtensionFunctionsTest.java +++ b/compiler/tests/org/jetbrains/jet/codegen/ExtensionFunctionsTest.java @@ -73,27 +73,27 @@ public class ExtensionFunctionsTest extends CodegenTestCase { } public void testKtNested2() throws Exception { - createEnvironmentWithMockJdkAndIdeaAnnotations(CompilerSpecialMode.BUILTINS); + createEnvironmentWithMockJdkAndIdeaAnnotations(CompilerSpecialMode.JDK_HEADERS); blackBoxFile("extensionFunctions/nested2.kt"); } public void testKt606() throws Exception { - createEnvironmentWithMockJdkAndIdeaAnnotations(CompilerSpecialMode.BUILTINS); + createEnvironmentWithMockJdkAndIdeaAnnotations(CompilerSpecialMode.JDK_HEADERS); blackBoxFile("regressions/kt606.kt"); } public void testKt1061() throws Exception { - createEnvironmentWithMockJdkAndIdeaAnnotations(CompilerSpecialMode.BUILTINS); + createEnvironmentWithMockJdkAndIdeaAnnotations(CompilerSpecialMode.JDK_HEADERS); blackBoxFile("regressions/kt1061.kt"); } public void testKt1249() throws Exception { - createEnvironmentWithMockJdkAndIdeaAnnotations(CompilerSpecialMode.BUILTINS); + createEnvironmentWithMockJdkAndIdeaAnnotations(CompilerSpecialMode.JDK_HEADERS); blackBoxFile("regressions/kt1249.kt"); } public void testKt1290() throws Exception { - createEnvironmentWithMockJdkAndIdeaAnnotations(CompilerSpecialMode.BUILTINS); + createEnvironmentWithMockJdkAndIdeaAnnotations(CompilerSpecialMode.JDK_HEADERS); blackBoxFile("regressions/kt1290.kt"); }