summaryrefslogtreecommitdiff
path: root/test/files/run/exceptions-2.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/exceptions-2.scala')
-rw-r--r--test/files/run/exceptions-2.scala3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/files/run/exceptions-2.scala b/test/files/run/exceptions-2.scala
index e006bc053d..bc374a1c49 100644
--- a/test/files/run/exceptions-2.scala
+++ b/test/files/run/exceptions-2.scala
@@ -111,8 +111,7 @@ object Test {
}
} catch {
case npe: NullPointerException =>
- Console.println("Exception occurred with stack trace:");
- npe.printStackTrace();
+ Console.println("Cought an NPE");
}
def withValue1: Unit = {