diff options
author | 2019-10-14 13:00:44 +0000 | |
---|---|---|
committer | 2019-10-14 13:00:44 +0000 | |
commit | 0a51605ddd81635135463dab08b6f7c21b58ffb0 (patch) | |
tree | 820f338333010f4d6e4b543ffea47e9ff7d2dd3f /compiler/optimizing/graph_test.cc | |
parent | e2727154f25e0db9a5bb92af494d8e47b181dfcf (diff) |
Revert "Make compiler/optimizing/ symbols hidden."
This reverts commit e2727154f25e0db9a5bb92af494d8e47b181dfcf.
Reason for revert: Breaks ASAN tests (ODR violation).
Bug: 142365358
Change-Id: I38103d74a1297256c81d90872b6902ff1e9ef7a4
Diffstat (limited to 'compiler/optimizing/graph_test.cc')
-rw-r--r-- | compiler/optimizing/graph_test.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/compiler/optimizing/graph_test.cc b/compiler/optimizing/graph_test.cc index b5d712736f..29af808731 100644 --- a/compiler/optimizing/graph_test.cc +++ b/compiler/optimizing/graph_test.cc @@ -15,7 +15,6 @@ */ #include "base/arena_allocator.h" -#include "base/macros.h" #include "builder.h" #include "nodes.h" #include "optimizing_unit_test.h" @@ -23,7 +22,7 @@ #include "gtest/gtest.h" -namespace art HIDDEN { +namespace art { class GraphTest : public OptimizingUnitTest { protected: |