Skip to content

Commit 77a599c

Browse files
committed
fix(async): remove obsolete sanitizer calls from tests
drop async_apply_sanitizers calls after sanitizer integration removal keep warnings only in async test targets
1 parent 87ee590 commit 77a599c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/CMakeLists.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,6 @@ async_apply_warnings(async_cancel_smoke)
2828
async_apply_warnings(async_scheduler_smoke)
2929
async_apply_warnings(async_when_smoke)
3030

31-
async_apply_sanitizers(async_task_smoke)
32-
async_apply_sanitizers(async_cancel_smoke)
33-
async_apply_sanitizers(async_scheduler_smoke)
34-
async_apply_sanitizers(async_when_smoke)
35-
3631
# Register with CTest
3732
add_test(NAME async.task_smoke COMMAND async_task_smoke)
3833
add_test(NAME async.cancel_smoke COMMAND async_cancel_smoke)

0 commit comments

Comments
 (0)