diff options
author | Ian Rogers <irogers@google.com> | 2014-05-29 16:55:06 -0700 |
---|---|---|
committer | Ian Rogers <irogers@google.com> | 2014-05-29 16:55:06 -0700 |
commit | 822266b9dc7d8dc9e084192ae0f4bc95af4e8cf8 (patch) | |
tree | 6f9b2470d9f1bfa74bf53da3b3794ec8e6bf8d6f /test/111-unresolvable-exception/expected.txt | |
parent | 31e7fcb904f03a504f082d25814ac4644b5073e4 (diff) | |
download | art-822266b9dc7d8dc9e084192ae0f4bc95af4e8cf8.zip art-822266b9dc7d8dc9e084192ae0f4bc95af4e8cf8.tar.gz art-822266b9dc7d8dc9e084192ae0f4bc95af4e8cf8.tar.bz2 |
Ignore catch blocks whose type can't be resolved.
Reverts change 72b3e430d880ef57eaa6a34a0822165994052202 but keeps unit test and
missing delete that would fail assertions on long jump context recycling.
Change-Id: I926755e8b831b208aa7e1ce46421bef3793a1441
Diffstat (limited to 'test/111-unresolvable-exception/expected.txt')
-rw-r--r-- | test/111-unresolvable-exception/expected.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/111-unresolvable-exception/expected.txt b/test/111-unresolvable-exception/expected.txt index 052dd74..f8a1e96 100644 --- a/test/111-unresolvable-exception/expected.txt +++ b/test/111-unresolvable-exception/expected.txt @@ -1 +1 @@ -Caught class java.lang.NoClassDefFoundError +Got expected exception. |