diff options
author | 2011-08-17 16:28:14 -0700 | |
---|---|---|
committer | 2011-08-17 21:51:13 -0700 | |
commit | f734cf55d510976f4862b15e35fc86eae2a3daf8 (patch) | |
tree | cdb1077841e6be87353c27f2a30d352ac627663a /src/jni_compiler_test.cc | |
parent | 0af5543f8ea20c3e655b2d748a1b7dcf283792fe (diff) |
Add ParsedOptions test (and migrate RuntimeTest to CommonTest)
Change-Id: Ic338520dfaca2228260e546ed1522c37b83f42ac
Diffstat (limited to 'src/jni_compiler_test.cc')
-rw-r--r-- | src/jni_compiler_test.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/jni_compiler_test.cc b/src/jni_compiler_test.cc index 59b9004667..d4df48afcc 100644 --- a/src/jni_compiler_test.cc +++ b/src/jni_compiler_test.cc @@ -15,10 +15,10 @@ namespace art { -class JniCompilerTest : public RuntimeTest { +class JniCompilerTest : public CommonTest { protected: virtual void SetUp() { - RuntimeTest::SetUp(); + CommonTest::SetUp(); // Create thunk code that performs the native to managed transition thunk_code_.reset(MemMap::Map(kPageSize, PROT_READ | PROT_WRITE | PROT_EXEC, |