Rename the test in run-libcore-tests.py

The test has been renamed in https://r.android.com/1972799.
Thus the script needs to be updated.

Bug: 205618822
Test: art/tools/run-libcore-tests.sh --mode host
Change-Id: I4c283b3d164582a505715960aa132f97cbeb9e1b
diff --git a/tools/run-libcore-tests.py b/tools/run-libcore-tests.py
index d9b6cb2..3ce18d2 100755
--- a/tools/run-libcore-tests.py
+++ b/tools/run-libcore-tests.py
@@ -65,7 +65,7 @@
   "libcore.highmemorytest.java.time.format.DateTimeFormatterTest",
   "libcore.highmemorytest.java.util.CalendarTest",
   "libcore.highmemorytest.java.util.CurrencyTest",
-  "libcore.highmemorytest.libcore.icu.LocaleDataTest",
+  "libcore.highmemorytest.libcore.icu.SimpleDateFormatDataTest",
   # All other tests in alphabetical order.
   "libcore.android.system",
   "libcore.build",