diff options
Diffstat (limited to 'src/class_linker_test.cc')
| -rw-r--r-- | src/class_linker_test.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/class_linker_test.cc b/src/class_linker_test.cc index 025f9e3b65..264b669155 100644 --- a/src/class_linker_test.cc +++ b/src/class_linker_test.cc @@ -9,6 +9,7 @@ #include "dex_cache.h" #include "dex_file.h" #include "heap.h" +#include "runtime_support.h" namespace art { @@ -924,8 +925,6 @@ TEST_F(ClassLinkerTest, Interfaces) { EXPECT_EQ(Aj2, A->FindVirtualMethodForVirtualOrInterface(Jj2)); } -extern Class* InitializeStaticStorage(uint32_t type_idx, const Method* referrer, Thread* self); - TEST_F(ClassLinkerTest, InitializeStaticStorageFromCode) { // pretend we are trying to get the static storage for the StaticsFromCode class. |