[compiler-rt] r286674 - [tsan] Fix typo in test.
Evgeniy Stepanov via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 11 15:25:10 PST 2016
Author: eugenis
Date: Fri Nov 11 17:25:09 2016
New Revision: 286674
URL: http://llvm.org/viewvc/llvm-project?rev=286674&view=rev
Log:
[tsan] Fix typo in test.
Modified:
compiler-rt/trunk/test/tsan/atomic_free.cc
Modified: compiler-rt/trunk/test/tsan/atomic_free.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/tsan/atomic_free.cc?rev=286674&r1=286673&r2=286674&view=diff
==============================================================================
--- compiler-rt/trunk/test/tsan/atomic_free.cc (original)
+++ compiler-rt/trunk/test/tsan/atomic_free.cc Fri Nov 11 17:25:09 2016
@@ -6,7 +6,7 @@
// RUN: %clangxx_tsan -O1 %s -o %t -fno-sanitize-thread-atomics && not %deflake %run %t 2>&1 \
// RUN: | FileCheck --allow-empty --check-prefix=CHECK-NO-ATOMICS %s
// RUN: %clangxx_tsan -O1 %s -o %t -mllvm -tsan-instrument-atomics=0 && not %deflake %run %t 2>&1 \
-// RUN: | FileCheck --allow-empty --check-prefix=CHECK-NO-ATOMICS %s <%t.out
+// RUN: | FileCheck --allow-empty --check-prefix=CHECK-NO-ATOMICS %s <%t
#include "test.h"
More information about the llvm-commits
mailing list