summaryrefslogtreecommitdiffstats
path: root/tests/004-annotations
diff options
context:
space:
mode:
authorJesse Wilson <jessewilson@google.com>2011-03-30 16:30:18 -0700
committerJesse Wilson <jessewilson@google.com>2011-03-30 16:30:18 -0700
commit51c9d78016bb6cfd37b439f47d864cccc2923e58 (patch)
tree6fc1a478b248147051fac406630770314933b932 /tests/004-annotations
parent27794a0f09ab266489b8823c9facd8bc6578dc92 (diff)
downloadandroid_dalvik-51c9d78016bb6cfd37b439f47d864cccc2923e58.tar.gz
android_dalvik-51c9d78016bb6cfd37b439f47d864cccc2923e58.tar.bz2
android_dalvik-51c9d78016bb6cfd37b439f47d864cccc2923e58.zip
Update a test to handle a different anonymous class name.
Change-Id: Ie39f76b9aa7478c39e10165eba122e3aa2834461
Diffstat (limited to 'tests/004-annotations')
-rw-r--r--tests/004-annotations/expected.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/004-annotations/expected.txt b/tests/004-annotations/expected.txt
index 063b3ed12..8f19c4c4e 100644
--- a/tests/004-annotations/expected.txt
+++ b/tests/004-annotations/expected.txt
@@ -89,7 +89,7 @@ annotations on TYPE class android.test.anno.FullyNoted(1):
annotations on FIELD int android.test.anno.FullyNoted.mBar:
@android.test.anno.AnnoFancyField(nombre=fubar)
interface android.test.anno.AnnoFancyField
- aff: @android.test.anno.AnnoFancyField(nombre=fubar) / class $Proxy17
+ aff: @android.test.anno.AnnoFancyField(nombre=fubar) / class $Proxy13
--> nombre is 'fubar'
SimplyNoted.get(AnnoSimpleType) = @android.test.anno.AnnoSimpleType()