We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7b4f39 commit 7f9406eCopy full SHA for 7f9406e
1 file changed
testsrc/org/mozilla/javascript/tests/Test262SuiteTest.java
@@ -103,7 +103,8 @@ public class Test262SuiteTest {
103
}
104
105
String propFile = System.getProperty("test262properties");
106
- testProperties = propFile != null && !propFile.equals("") ? propFile : "testsrc/test262.properties";
+ testProperties =
107
+ propFile != null && !propFile.equals("") ? propFile : "testsrc/test262.properties";
108
109
110
private static String getOverriddenLevel() {
0 commit comments