diff options
Diffstat (limited to 'test/tsan/fd_stdout_race.cc')
-rw-r--r-- | test/tsan/fd_stdout_race.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tsan/fd_stdout_race.cc b/test/tsan/fd_stdout_race.cc index 47f3c6f6c..d6a2c7c79 100644 --- a/test/tsan/fd_stdout_race.cc +++ b/test/tsan/fd_stdout_race.cc @@ -1,4 +1,4 @@ -// RUN: %clangxx_tsan -O1 %s -o %t && not %run %t 2>&1 | FileCheck %s +// RUN: %clangxx_tsan -O1 %s -o %t && %deflake %run %t | FileCheck %s #include <pthread.h> #include <stdio.h> #include <unistd.h> |