diff options
Diffstat (limited to 'tests/stack_protector_test.cpp')
-rw-r--r-- | tests/stack_protector_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/stack_protector_test.cpp b/tests/stack_protector_test.cpp index 7a85cc34b..9fe7bb105 100644 --- a/tests/stack_protector_test.cpp +++ b/tests/stack_protector_test.cpp @@ -95,7 +95,7 @@ TEST(stack_protector, global_guard) { ASSERT_NE(0, gettid()); ASSERT_NE(0U, __stack_chk_guard); #else - GTEST_LOG_(INFO) << "glibc doesn't have a global __stack_chk_guard.\n"; + GTEST_SKIP() << "glibc doesn't have a global __stack_chk_guard"; #endif } |