Skip to content

Commit 02d0467

Browse files
committed
test
Created using spr 1.3.4
1 parent 84921dc commit 02d0467

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-rt/lib/msan/tests/msan_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4882,7 +4882,7 @@ TEST(MemorySanitizer, throw_catch) {
48824882
}
48834883
}
48844884

4885-
#if defined(__linux__)
4885+
#if defined(__GLIBC__)
48864886
TEST(MemorySanitizer, timer_create) {
48874887
timer_t timer;
48884888
EXPECT_POISONED(timer);

0 commit comments

Comments
 (0)