summaryrefslogtreecommitdiff
path: root/tests/setjmp_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/setjmp_test.cpp')
-rw-r--r--tests/setjmp_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/setjmp_test.cpp b/tests/setjmp_test.cpp
index 4b1482ac6..ec1badcf2 100644
--- a/tests/setjmp_test.cpp
+++ b/tests/setjmp_test.cpp
@@ -321,6 +321,6 @@ TEST(setjmp, bug_152210274) {
ASSERT_EQ(0, pthread_create(&t, nullptr, interrupter, tids));
pthread_join(t, nullptr);
#else
- GTEST_LOG_(INFO) << "tests uses functions not in glibc";
+ GTEST_SKIP() << "tests uses functions not in glibc";
#endif
}