summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorYohann Roussel <yroussel@google.com>2013-08-22 23:46:44 +0200
committerBrian Carlstrom <bdc@google.com>2013-08-28 16:38:47 -0700
commit418c84770acea60b3b13aa37ac21563dba4c8854 (patch)
tree7b82dd973dc54448796715bcaac7fc8e55e00038 /tests
parent82e8334a1c1af6261b5e105868c20d2ab6b8a13b (diff)
downloadandroid_dalvik-418c84770acea60b3b13aa37ac21563dba4c8854.tar.gz
android_dalvik-418c84770acea60b3b13aa37ac21563dba4c8854.tar.bz2
android_dalvik-418c84770acea60b3b13aa37ac21563dba4c8854.zip
Make a more verbose too many id error message.
This restores the old message, replacing "ids" by "references" and advertising for multidex otpions. Updates dalvik/tests/089-many-methods accordingly. (cherry picked from commit d352de04f03b848e0246119344ea13e7233018f0) Change-Id: I5934bc9fb7812b66c0e38935946cacdf1c35a402
Diffstat (limited to 'tests')
-rw-r--r--tests/089-many-methods/expected.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/089-many-methods/expected.txt b/tests/089-many-methods/expected.txt
index fc97b3dbd..b74e0eef8 100644
--- a/tests/089-many-methods/expected.txt
+++ b/tests/089-many-methods/expected.txt
@@ -1,4 +1,6 @@
-trouble writing output: Too many fields: 131000; max is 65536. By package:
+trouble writing output: Too many field references: 131000; max is 65536.
+You may try using --multi-dex option.
+References by package:
131000 default
build exit status: 2