summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/tsan/fd_location.cc
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/test/tsan/fd_location.cc')
-rw-r--r--compiler-rt/test/tsan/fd_location.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/tsan/fd_location.cc b/compiler-rt/test/tsan/fd_location.cc
index ebe33be759a..535329e0640 100644
--- a/compiler-rt/test/tsan/fd_location.cc
+++ b/compiler-rt/test/tsan/fd_location.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>
OpenPOWER on IntegriCloud