summaryrefslogtreecommitdiff
path: root/runtime/reference_table_test.cc
diff options
context:
space:
mode:
author Andreas Gampe <agampe@google.com> 2014-07-17 14:52:06 -0700
committer Andreas Gampe <agampe@google.com> 2014-07-17 14:52:06 -0700
commit8db4c882a8d1996852163ebec966c8b4eb1e00df (patch)
tree0bbfb4699e927e340fb220af31cc2d830ec4bf7a /runtime/reference_table_test.cc
parent031ddea20cb311dfdb3bd16a13750f9cb426b299 (diff)
ART: Use array-inl.h in reference_table_test
The test allocates arrays, which is an inline definition. Change-Id: I1423c5419949d7c352ed0e614d4f9c5920831deb
Diffstat (limited to 'runtime/reference_table_test.cc')
-rw-r--r--runtime/reference_table_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/reference_table_test.cc b/runtime/reference_table_test.cc
index d2877f98d1..db98e1fc9d 100644
--- a/runtime/reference_table_test.cc
+++ b/runtime/reference_table_test.cc
@@ -17,7 +17,7 @@
#include "reference_table.h"
#include "common_runtime_test.h"
-#include "mirror/array.h"
+#include "mirror/array-inl.h"
#include "mirror/string.h"
#include "scoped_thread_state_change.h"
#include "thread-inl.h"