Reverted all changes related to renaming jdkHeaders to altHeaders.
This commit is contained in:
@@ -26,7 +26,7 @@ public class ScriptGenTest extends CodegenTestCase {
|
||||
@Override
|
||||
protected void setUp() throws Exception {
|
||||
super.setUp();
|
||||
createEnvironmentWithMockJdkAndIdeaAnnotations(CompilerSpecialMode.ALT_HEADERS);
|
||||
createEnvironmentWithMockJdkAndIdeaAnnotations(CompilerSpecialMode.JDK_HEADERS);
|
||||
}
|
||||
|
||||
public void testHelloWorld() {
|
||||
|
||||
Reference in New Issue
Block a user