From edaf03ea183ed5cbb2724e6cb5f90ebf943af65c Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Fri, 28 Feb 2020 18:27:09 -0800 Subject: Remove `return` after `GTEST_SKIP`. Test: treehugger Change-Id: I5efc31f82a979fcd8d3051c72ed8e6201b3b0d1b --- tests/malloc_test.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/malloc_test.cpp') diff --git a/tests/malloc_test.cpp b/tests/malloc_test.cpp index 594441487..a2f310e2b 100644 --- a/tests/malloc_test.cpp +++ b/tests/malloc_test.cpp @@ -1225,7 +1225,6 @@ TEST(android_mallopt, tag_level) { #if defined(__BIONIC__) && defined(__aarch64__) && defined(ANDROID_EXPERIMENTAL_MTE) if (!(getauxval(AT_HWCAP2) & HWCAP2_MTE)) { GTEST_SKIP() << "requires MTE support"; - return; } std::unique_ptr p = std::make_unique(4); -- cgit v1.2.3