]> git.proxmox.com Git - rustc.git/blobdiff - src/compiler-rt/test/tsan/suppress_same_stacks.cc
Imported Upstream version 1.6.0+dfsg1
[rustc.git] / src / compiler-rt / test / tsan / suppress_same_stacks.cc
index 23008b4bb56f0c9fa1a7ed935de8e4d8e2973d09..9305650eaa177b34007f1fd2ecd46a387be4af19 100644 (file)
@@ -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>
 
 volatile int N;  // Prevent loop unrolling.