[TSan][Darwin] Mark test unsupported

This commit is contained in:
Julian Lettner 2021-12-01 15:49:40 -08:00
parent 7cbb6e9a8f
commit 6703fe25b7
1 changed files with 4 additions and 0 deletions

View File

@ -1,4 +1,8 @@
// RUN: %clang_tsan -O1 %s -o %t && %deflake %run %t | FileCheck %s
// on_exit() is not available on Darwin.
// UNSUPPORTED: darwin
#include "test.h"
volatile long global;