diff options
Diffstat (limited to 'tests/mte_test.cpp')
-rw-r--r-- | tests/mte_test.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/mte_test.cpp b/tests/mte_test.cpp index ff8cde6ff..8928805e5 100644 --- a/tests/mte_test.cpp +++ b/tests/mte_test.cpp @@ -14,10 +14,6 @@ * limitations under the License. */ -#include <sys/cdefs.h> - -#if defined(__BIONIC__) - #include <gtest/gtest.h> #include <android-base/macros.h> @@ -50,5 +46,3 @@ static void test_tag_mismatch() { TEST(mte_test, ScopedDisableMTE) { test_tag_mismatch(); } - -#endif // __BIONIC__ |