diff options
author | 2013-03-16 14:29:17 -0700 | |
---|---|---|
committer | 2013-03-16 14:29:17 -0700 | |
commit | 04d7aa92bc5548bc4d272b9480614f06248194cc (patch) | |
tree | 2b399853daab91995488c7d19a694063262f6531 /src/exception_test.cc | |
parent | aed0716b9592bb3095cdfc4b111011f9ed74877d (diff) |
Fix object verification.
Refactor VERIFY_OBJECT_ENABLED to become less brittle to change enum and global
constant.
Change-Id: Ie405106be81dce9a913730c7f46a5659582fa18b
Diffstat (limited to 'src/exception_test.cc')
-rw-r--r-- | src/exception_test.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/exception_test.cc b/src/exception_test.cc index f0bec1b2c3..1b4332f313 100644 --- a/src/exception_test.cc +++ b/src/exception_test.cc @@ -19,6 +19,7 @@ #include "dex_file.h" #include "gtest/gtest.h" #include "mirror/object_array-inl.h" +#include "mirror/object-inl.h" #include "mirror/stack_trace_element.h" #include "runtime.h" #include "scoped_thread_state_change.h" |