summaryrefslogtreecommitdiff
path: root/src/jni_compiler_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/jni_compiler_test.cc')
-rw-r--r--src/jni_compiler_test.cc4
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,