commit | ba150c37d582eeeb8c11ba5245edc281cf31793c | [log] [tgz] |
---|---|---|
author | Brian Carlstrom <bdc@google.com> | Tue Aug 27 17:31:03 2013 -0700 |
committer | Brian Carlstrom <bdc@google.com> | Mon Oct 28 00:06:03 2013 -0700 |
tree | ca12cf82602e4b78b2a6ca463e9d0e35fc5e3ff6 | |
parent | 3c2a6e2468e3e519ade6c3cfcaad7cd34243cdf1 [diff] [blame] |
Omit OatMethodOffsets for classes without compiled code Change-Id: If0d290f4aebc778ff12d8fed017c270ad2ac3220
diff --git a/compiler/utils/dedupe_set_test.cc b/compiler/utils/dedupe_set_test.cc index 2c6787b..8abe6de 100644 --- a/compiler/utils/dedupe_set_test.cc +++ b/compiler/utils/dedupe_set_test.cc
@@ -14,8 +14,9 @@ * limitations under the License. */ -#include "common_test.h" #include "dedupe_set.h" +#include "gtest/gtest.h" +#include "thread-inl.h" namespace art {