Fix the name of a black listed run-test.

Change-Id: I1ac4d28bd959b33066cce32812613c2e27d40f7e
diff --git a/test/Android.run-test.mk b/test/Android.run-test.mk
index 9ad8c6b..b218c24 100644
--- a/test/Android.run-test.mk
+++ b/test/Android.run-test.mk
@@ -90,7 +90,7 @@
 TEST_ART_BROKEN_GCSTRESS_RUN_TESTS := \
   074-gc-thrash \
   080-oom-throw \
-  096-array-copy-concurrent
+  096-array-copy-concurrent-gc
 
 ART_TEST_KNOWN_BROKEN += $(foreach test, $(TEST_ART_BROKEN_GCSTRESS_RUN_TESTS), $(call all-run-test-names,$(test),-gcstress))