Skip to content

Commit 813b9c4

Browse files
Update rtsan_test_functional.cpp
1 parent cb9abe5 commit 813b9c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compiler-rt/lib/rtsan/tests/rtsan_test_functional.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,9 +171,9 @@ TEST(TestRtsan, CopyingALambdaWithLargeCaptureDiesWhenRealtime) {
171171
}
172172

173173
TEST(TestRtsan, AccessingALargeAtomicVariableDiesWhenRealtime) {
174-
#ifdef __APPLE__
174+
#ifdef __APPLE__
175175
GTEST_SKIP(); // Test is failing on Apple Devices.
176-
#endif
176+
#endif
177177
std::atomic<float> small_atomic{0.0f};
178178
ASSERT_TRUE(small_atomic.is_lock_free());
179179
RealtimeInvoke([&small_atomic]() {

0 commit comments

Comments
 (0)