Revert "Revert "Create test for field access in obsolete methods.""
This reverts commit b710a0e0e32193d345a4bfeb93649de2503489be.
Reason for revert: Fixed test issue
Test: ART_TEST_RUN_TEST_NDEBUG=true mma -j40 test-art-host
Change-Id: I30b758a61afa0eb132af239e8071ea79eab58ac1
diff --git a/test/ti-agent/common_load.cc b/test/ti-agent/common_load.cc
index 821e254..d60cff3 100644
--- a/test/ti-agent/common_load.cc
+++ b/test/ti-agent/common_load.cc
@@ -72,6 +72,7 @@
{ "916-obsolete-jit", common_redefine::OnLoad, nullptr },
{ "917-fields-transformation", common_redefine::OnLoad, nullptr },
{ "918-fields", Test918Fields::OnLoad, nullptr },
+ { "919-obsolete-fields", common_redefine::OnLoad, nullptr },
};
static AgentLib* FindAgent(char* name) {