summaryrefslogtreecommitdiff
path: root/compiler/optimizing/suspend_check_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/optimizing/suspend_check_test.cc')
-rw-r--r--compiler/optimizing/suspend_check_test.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/compiler/optimizing/suspend_check_test.cc b/compiler/optimizing/suspend_check_test.cc
index 33823e2a11..93a84b4e0a 100644
--- a/compiler/optimizing/suspend_check_test.cc
+++ b/compiler/optimizing/suspend_check_test.cc
@@ -14,6 +14,7 @@
* limitations under the License.
*/
+#include "base/macros.h"
#include "builder.h"
#include "dex/dex_instruction.h"
#include "nodes.h"
@@ -22,7 +23,7 @@
#include "gtest/gtest.h"
-namespace art {
+namespace art HIDDEN {
/**
* Check that the HGraphBuilder adds suspend checks to backward branches.