diff options
Diffstat (limited to 'test/tsan/Darwin/libcxx-future.mm')
| -rw-r--r-- | test/tsan/Darwin/libcxx-future.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tsan/Darwin/libcxx-future.mm b/test/tsan/Darwin/libcxx-future.mm index 902f267ecb89..720c2e089b47 100644 --- a/test/tsan/Darwin/libcxx-future.mm +++ b/test/tsan/Darwin/libcxx-future.mm @@ -1,5 +1,5 @@ // RUN: %clangxx_tsan %s -o %t -// RUN: %env_tsan_opts=ignore_interceptors_accesses=1 %run %t 2>&1 | FileCheck %s +// RUN: %run %t 2>&1 | FileCheck %s #include <iostream> #include <future> |
