summaryrefslogtreecommitdiff
path: root/test/files/run/bridges.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/bridges.scala')
-rw-r--r--test/files/run/bridges.scala3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/files/run/bridges.scala b/test/files/run/bridges.scala
index 91fd277f57..ce76ae33b5 100644
--- a/test/files/run/bridges.scala
+++ b/test/files/run/bridges.scala
@@ -3592,8 +3592,7 @@ object Test {
}
} catch {
case exception => {
- System.out.print(name + " raised exception ");
- exception.printStackTrace();
+ System.out.print(name + " raised exception " + exception);
System.out.println();
errors = errors + 1;
}