From 31df07d33bf4730c76d5f11b802e8e2bd40baba9 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Tue, 2 Mar 2010 15:29:53 -0800 Subject: Add (but @hide) String.isEmpty and Locale.ROOT. --- tools/runner/expectations.txt | 4 ---- 1 file changed, 4 deletions(-) (limited to 'tools') 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.* -- cgit v1.1