diff options
author | Elliott Hughes <enh@google.com> | 2011-10-02 12:13:39 -0700 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2011-10-02 12:13:39 -0700 |
commit | 5cb5ad27944efb08d4556b3c0d362302e37e832b (patch) | |
tree | 63334f19072ca2ba7179973f0ce62101ee89605d /test/034-call-null | |
parent | d6fe38d96b6116bd53cf2cb14734af8d69e08661 (diff) | |
download | art-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/034-call-null')
-rw-r--r-- | test/034-call-null/expected.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/034-call-null/expected.txt b/test/034-call-null/expected.txt index 5ffbe05..7697a32 100644 --- a/test/034-call-null/expected.txt +++ b/test/034-call-null/expected.txt @@ -1,3 +1,2 @@ java.lang.NullPointerException at Main.main(Main.java:12) - at dalvik.system.NativeStart.main(Native Method) |