diff options
Diffstat (limited to 'test/tsan/fd_pipe_race.cc')
-rw-r--r-- | test/tsan/fd_pipe_race.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tsan/fd_pipe_race.cc b/test/tsan/fd_pipe_race.cc index 384cafa19..88c4ed4aa 100644 --- a/test/tsan/fd_pipe_race.cc +++ b/test/tsan/fd_pipe_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> |