diff options
author | Nicolas Geoffray <ngeoffray@google.com> | 2014-10-21 16:33:27 +0100 |
---|---|---|
committer | Nicolas Geoffray <ngeoffray@google.com> | 2014-10-21 16:33:27 +0100 |
commit | f38b7dca5217588a57384c864798409b7d685042 (patch) | |
tree | 668ce297f321006799df002e1a4529656c270226 /test | |
parent | 8d2c23e0a2d1b449448675e0ba822953cee52b18 (diff) | |
download | art-f38b7dca5217588a57384c864798409b7d685042.zip art-f38b7dca5217588a57384c864798409b7d685042.tar.gz art-f38b7dca5217588a57384c864798409b7d685042.tar.bz2 |
Fix m test-art-host-run-test-001-HelloWorld.
Noticed by Calin, bug spotted by Andreas.
Change-Id: Id10004597a7d9605bd80d68c998add611f242510
Diffstat (limited to 'test')
-rw-r--r-- | test/Android.run-test.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Android.run-test.mk b/test/Android.run-test.mk index bc954e4..97afd00 100644 --- a/test/Android.run-test.mk +++ b/test/Android.run-test.mk @@ -485,7 +485,7 @@ define define-test-art-run-test endif endif # $(10) is the test name - test_groups += ART_RUN_TEST_$$(uc_host_or_target)_$(call name-to-var,$(9))_RULES + test_groups += ART_RUN_TEST_$$(uc_host_or_target)_$(call name-to-var,$(10))_RULES ifeq ($(11),64) test_groups += ART_RUN_TEST_$$(uc_host_or_target)_64_RULES run_test_options += --64 |