Skip to content

Commit 7f9406e

Browse files
p-bakkergbrail
authored andcommitted
formatting
1 parent b7b4f39 commit 7f9406e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

testsrc/org/mozilla/javascript/tests/Test262SuiteTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,8 @@ public class Test262SuiteTest {
103103
}
104104

105105
String propFile = System.getProperty("test262properties");
106-
testProperties = propFile != null && !propFile.equals("") ? propFile : "testsrc/test262.properties";
106+
testProperties =
107+
propFile != null && !propFile.equals("") ? propFile : "testsrc/test262.properties";
107108
}
108109

109110
private static String getOverriddenLevel() {

0 commit comments

Comments
 (0)