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_test.cc | |
parent | 0af5543f8ea20c3e655b2d748a1b7dcf283792fe (diff) |
Add ParsedOptions test (and migrate RuntimeTest to CommonTest)
Change-Id: Ic338520dfaca2228260e546ed1522c37b83f42ac
Diffstat (limited to 'src/class_linker_test.cc')
-rw-r--r-- | src/class_linker_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/class_linker_test.cc b/src/class_linker_test.cc index 3b70aa928a..7e93e0dd43 100644 --- a/src/class_linker_test.cc +++ b/src/class_linker_test.cc @@ -9,7 +9,7 @@ namespace art { -class ClassLinkerTest : public RuntimeTest { +class ClassLinkerTest : public CommonTest { protected: void AssertNonExistantClass(const StringPiece& descriptor) { EXPECT_TRUE(class_linker_->FindSystemClass(descriptor) == NULL); |