[tsan] Fix typo in test.

llvm-svn: 286674
This commit is contained in:
Evgeniy Stepanov 2016-11-11 23:25:09 +00:00
parent cb03ef90bb
commit ececb37e39

View File

@ -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"