diff options
author | Elliott Hughes <enh@google.com> | 2010-03-02 16:01:12 -0800 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2010-03-02 16:01:12 -0800 |
commit | ae5b3915df3b8acc0658e8f1653ac4af5ac7b564 (patch) | |
tree | b5cfcfe7a9b9a51974d5e9712fb88ee9c3bc0bd0 /tools | |
parent | 9a4143ff0e19ae3eebadc3d917537352f3706285 (diff) | |
parent | 31df07d33bf4730c76d5f11b802e8e2bd40baba9 (diff) | |
download | libcore-ae5b3915df3b8acc0658e8f1653ac4af5ac7b564.zip libcore-ae5b3915df3b8acc0658e8f1653ac4af5ac7b564.tar.gz libcore-ae5b3915df3b8acc0658e8f1653ac4af5ac7b564.tar.bz2 |
Merge "Add (but @hide) String.isEmpty and Locale.ROOT." into dalvik-dev
Diffstat (limited to 'tools')
-rw-r--r-- | tools/runner/expectations.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/runner/expectations.txt b/tools/runner/expectations.txt index 4c9f8e1..0ea91d0 100644 --- a/tools/runner/expectations.txt +++ b/tools/runner/expectations.txt @@ -685,10 +685,6 @@ pattern .*got java\.lang\.StringIndexOutOfBoundsException: null - FAILED.* # We don't expose Java 6 APIs -test java.lang.String.IsEmpty -result COMPILE_FAILED -pattern .*cannot find symbol.*method isEmpty\(\).* - test java.lang.String.Exceptions result COMPILE_FAILED pattern .*cannot find symbol.*new String.* |