aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bugs')
-rw-r--r--tests/bugs/pr62642.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bugs/pr62642.java b/tests/bugs/pr62642.java
index 30cc50611..07ea579a5 100644
--- a/tests/bugs/pr62642.java
+++ b/tests/bugs/pr62642.java
@@ -20,7 +20,7 @@ public class pr62642 {
C.main(null);
} catch (ExceptionInInitializerError eiie) {
System.err.println("EIIE="+eiie.toString());
- System.err.println("CAUSE="+eiie.getCause().toString());
+ //System.err.println("CAUSE="+eiie.getCause().toString());
}
}
}