[TSan] Mark test unsupported on Darwin

This commit is contained in:
Julian Lettner 2022-01-23 22:01:48 -08:00
parent 8b280df504
commit 1f4a0531b3
1 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,6 @@
// RUN: %clangxx_tsan -O1 %s -o %t && %run %t 2>&1 | FileCheck %s
// UNSUPPORTED: ios
#include <pthread.h>
#include <stdio.h>
#include <stdlib.h>