Adapt the "objc-race.mm" test to use ignore_interceptors_accesses=1. All Obj-C/Darwin tests currently need this to avoid false positives.

llvm-svn: 274014
This commit is contained in:
Kuba Brecka 2016-06-28 13:56:09 +00:00
parent 5f71c909f0
commit f7b9075e52
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
// Test that a simple Obj-C program runs and exits without any warnings.
// RUN: %clang_tsan %s -o %t -framework Foundation
// RUN: %run %t 2>&1 | FileCheck %s
// RUN: %env_tsan_opts=ignore_interceptors_accesses=1 %run %t 2>&1 | FileCheck %s
#import <Foundation/Foundation.h>