diff options
| author | 2011-10-01 12:42:21 -0700 | |
|---|---|---|
| committer | 2011-10-01 12:42:21 -0700 | |
| commit | 68c5478a1a80d37124d379396cba7085836b371f (patch) | |
| tree | 2c1b684f31372fb33a12e5cbf9f335ed9ed60991 | |
| parent | f839654685310ee295346e7bc345ad9037adc1d9 (diff) | |
Update exception test with new traceback
Change-Id: Ia125ccdb206b10ef5bed9c81e9e6d67c3f81bd5f
| -rw-r--r-- | test/007-exceptions/expected.txt | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/test/007-exceptions/expected.txt b/test/007-exceptions/expected.txt index 2a31636627..6b6d7d05f5 100644 --- a/test/007-exceptions/expected.txt +++ b/test/007-exceptions/expected.txt @@ -1,9 +1,8 @@ Got an NPE: second throw java.lang.NullPointerException: second throw - at Main.catchAndRethrow(Main.java:36) - at Main.main(Main.java:23) - at dalvik.system.NativeStart.main(Native Method) + at Main.catchAndRethrow(Main.java:165) + at Main.main(Main.java:29) Caused by: java.lang.NullPointerException: first throw at Main.throwNullPointerException(Main.java:43) - at Main.catchAndRethrow(Main.java:33) - ... 2 more + at Main.catchAndRethrow(Main.java:40) + ... 1 more |