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, 1 insertions, 2 deletions
diff --git a/compiler/optimizing/suspend_check_test.cc b/compiler/optimizing/suspend_check_test.cc
index 93a84b4e0a..33823e2a11 100644
--- a/compiler/optimizing/suspend_check_test.cc
+++ b/compiler/optimizing/suspend_check_test.cc
@@ -14,7 +14,6 @@
* limitations under the License.
*/
-#include "base/macros.h"
#include "builder.h"
#include "dex/dex_instruction.h"
#include "nodes.h"
@@ -23,7 +22,7 @@
#include "gtest/gtest.h"
-namespace art HIDDEN {
+namespace art {
/**
* Check that the HGraphBuilder adds suspend checks to backward branches.