diff options
author | 2011-08-17 16:28:14 -0700 | |
---|---|---|
committer | 2011-08-17 21:51:13 -0700 | |
commit | f734cf55d510976f4862b15e35fc86eae2a3daf8 (patch) | |
tree | cdb1077841e6be87353c27f2a30d352ac627663a /src/class_linker.h | |
parent | 0af5543f8ea20c3e655b2d748a1b7dcf283792fe (diff) |
Add ParsedOptions test (and migrate RuntimeTest to CommonTest)
Change-Id: Ic338520dfaca2228260e546ed1522c37b83f42ac
Diffstat (limited to 'src/class_linker.h')
-rw-r--r-- | src/class_linker.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/class_linker.h b/src/class_linker.h index b2b4c950d6..34ad9d7d3a 100644 --- a/src/class_linker.h +++ b/src/class_linker.h @@ -203,7 +203,7 @@ class ClassLinker { bool init_done_; - friend class RuntimeTest; + friend class CommonTest; FRIEND_TEST(DexCacheTest, Open); friend class ObjectTest; FRIEND_TEST(ObjectTest, AllocObjectArray); |