diff options
| author | 2016-03-09 17:30:18 +0000 | |
|---|---|---|
| committer | 2016-03-09 17:30:18 +0000 | |
| commit | fa2cda44cb53f01a2bbfd410724a4bc314a236d1 (patch) | |
| tree | 671a31752ae6970dbfff9c976b173af6015d02c3 /runtime/common_runtime_test.cc | |
| parent | ab5b8941f095b1a4e8b1387b6f723d6ae550dbe6 (diff) | |
| parent | 3f41a0193eadf037b4003c1996151f386ca07b13 (diff) | |
Merge "ART: Use optimizing compiler in image_test"
Diffstat (limited to 'runtime/common_runtime_test.cc')
| -rw-r--r-- | runtime/common_runtime_test.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/common_runtime_test.cc b/runtime/common_runtime_test.cc index 3df9101613..729957f318 100644 --- a/runtime/common_runtime_test.cc +++ b/runtime/common_runtime_test.cc @@ -406,6 +406,7 @@ void CommonRuntimeTestImpl::TearDown() { int rmdir_cache_result = rmdir(dalvik_cache_.c_str()); ASSERT_EQ(0, rmdir_cache_result); TearDownAndroidData(android_data_, true); + dalvik_cache_.clear(); // icu4c has a fixed 10-element array "gCommonICUDataArray". // If we run > 10 tests, we fill that array and u_setCommonData fails. |