We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7478889 commit b98a1abCopy full SHA for b98a1ab
compiler/test/dotty/tools/vulpix/ChildJVMMain.java
@@ -29,7 +29,8 @@ private static void runMain(String dir) throws Exception {
29
Class<?> cls = ucl.loadClass("Test");
30
meth = cls.getMethod("main", String[].class);
31
}
32
- catch(Throwable e) {
+ catch (Throwable e) {
33
+ // Include the failure stack trace to the test output
34
System.out.println(MessageStart);
35
e.printStackTrace();
36
throw e;
0 commit comments