Update Art and Art tests for aosp master
- This updates to Art 2c2e13ec24bff70db6e49270b9d4d787add9925e in
order to have the invoke-custom support uptodate.
Change-Id: I4cdf2c4bf10c0c40775a148e442fb3746595b273
diff --git a/tools/create_art_tests.py b/tools/create_art_tests.py
index b9b25c3..7cf53b9 100755
--- a/tools/create_art_tests.py
+++ b/tools/create_art_tests.py
@@ -10,7 +10,7 @@
from shutil import rmtree
OUTPUT_DIR = "build/generated/test/java/com/android/tools/r8/art"
-TEST_DIR = "tests/2017-07-07/art"
+TEST_DIR = "tests/2017-07-27/art"
TOOLCHAINS = ["dx", "jack", "none"]
TOOLS = ["r8", "d8"]
TEMPLATE = Template(