forked from OSchip/llvm-project
[TSan] Mark test unsupported on Darwin
This commit is contained in:
parent
8b280df504
commit
1f4a0531b3
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue