Fix names of TEST_ART_TIMING_SENSITIVE_RUN_TESTS

Change-Id: I8fc711238a3d94033c01b45b6da386f122fa0f78
diff --git a/test/Android.run-test.mk b/test/Android.run-test.mk
index 6863d42..c2ff98f 100644
--- a/test/Android.run-test.mk
+++ b/test/Android.run-test.mk
@@ -23,18 +23,18 @@
 
 # Tests that are timing sensitive and flaky on heavily loaded systems.
 TEST_ART_TIMING_SENSITIVE_RUN_TESTS := \
-  test-art-host-default-053-wait-some32 \
-  test-art-host-default-053-wait-some64 \
-  test-art-host-interpreter-053-wait-some32 \
-  test-art-host-interpreter-053-wait-some64 \
-  test-art-host-optimizing-053-wait-some32 \
-  test-art-host-optimizing-053-wait-some64 \
-  test-art-host-default-055-enum-performance32 \
-  test-art-host-default-055-enum-performance64 \
-  test-art-host-interpreter-055-enum-performance32 \
-  test-art-host-interpreter-055-enum-performance64 \
-  test-art-host-optimizing-055-enum-performance32 \
-  test-art-host-optimizing-055-enum-performance64
+  test-art-host-run-test-default-053-wait-some32 \
+  test-art-host-run-test-default-053-wait-some64 \
+  test-art-host-run-test-interpreter-053-wait-some32 \
+  test-art-host-run-test-interpreter-053-wait-some64 \
+  test-art-host-run-test-optimizing-053-wait-some32 \
+  test-art-host-run-test-optimizing-053-wait-some64 \
+  test-art-host-run-test-default-055-enum-performance32 \
+  test-art-host-run-test-default-055-enum-performance64 \
+  test-art-host-run-test-interpreter-055-enum-performance32 \
+  test-art-host-run-test-interpreter-055-enum-performance64 \
+  test-art-host-run-test-optimizing-055-enum-performance32 \
+  test-art-host-run-test-optimizing-055-enum-performance64
 
  # disable timing sensitive tests on "dist" builds.
 ifdef dist_goal