mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-09 01:29:52 +00:00
[tsan] Fix typo in test.
llvm-svn: 286674
This commit is contained in:
parent
cb03ef90bb
commit
ececb37e39
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user