summaryrefslogtreecommitdiffstats
path: root/test/054-uncaught
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2011-10-02 12:13:39 -0700
committerElliott Hughes <enh@google.com>2011-10-02 12:13:39 -0700
commit5cb5ad27944efb08d4556b3c0d362302e37e832b (patch)
tree63334f19072ca2ba7179973f0ce62101ee89605d /test/054-uncaught
parentd6fe38d96b6116bd53cf2cb14734af8d69e08661 (diff)
downloadart-5cb5ad27944efb08d4556b3c0d362302e37e832b.zip
art-5cb5ad27944efb08d4556b3c0d362302e37e832b.tar.gz
art-5cb5ad27944efb08d4556b3c0d362302e37e832b.tar.bz2
Fix exception throwing to support no detail message.
(The empty string as a detail message is distinct from a NULL detail message, and is treated differently by Throwable.printStackTrace.) Change-Id: I8c65deac9f18c5782dcf6e72e4c37e6dd4174fe9
Diffstat (limited to 'test/054-uncaught')
-rw-r--r--test/054-uncaught/expected.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/054-uncaught/expected.txt b/test/054-uncaught/expected.txt
index e7473be..e443a07 100644
--- a/test/054-uncaught/expected.txt
+++ b/test/054-uncaught/expected.txt
@@ -18,4 +18,3 @@ Uncaught exception DEFAULT!
java.lang.NullPointerException: Hi diddly-ho, neighborino.
at Main.catchTheUncaught(Main.java:49)
at Main.main(Main.java:12)
- at dalvik.system.NativeStart.main(Native Method)