Skip to content

Commit b98a1ab

Browse files
committed
Address comments
1 parent 7478889 commit b98a1ab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

compiler/test/dotty/tools/vulpix/ChildJVMMain.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ private static void runMain(String dir) throws Exception {
2929
Class<?> cls = ucl.loadClass("Test");
3030
meth = cls.getMethod("main", String[].class);
3131
}
32-
catch(Throwable e) {
32+
catch (Throwable e) {
33+
// Include the failure stack trace to the test output
3334
System.out.println(MessageStart);
3435
e.printStackTrace();
3536
throw e;

0 commit comments

Comments
 (0)