summaryrefslogtreecommitdiff
path: root/runtime/vdex_file_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/vdex_file_test.cc')
-rw-r--r--runtime/vdex_file_test.cc5
1 files changed, 2 insertions, 3 deletions
diff --git a/runtime/vdex_file_test.cc b/runtime/vdex_file_test.cc
index 565487e275..1ac10eb733 100644
--- a/runtime/vdex_file_test.cc
+++ b/runtime/vdex_file_test.cc
@@ -20,12 +20,11 @@
#include <gtest/gtest.h>
-#include "common_runtime_test.h"
+#include "base/common_art_test.h"
namespace art {
-class VdexFileTest : public CommonRuntimeTest {
-};
+class VdexFileTest : public CommonArtTest {};
TEST_F(VdexFileTest, OpenEmptyVdex) {
// Verify we fail to open an empty vdex file.