mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-14 03:29:57 +00:00
Fix run line
llvm-svn: 39401
This commit is contained in:
parent
5a0f164a52
commit
9e2fcccc33
@ -1,6 +1,6 @@
|
||||
/* RUN: clang -E t.cpp -x=c++ | grep block_1 &&
|
||||
RUN: clang -E t.cpp -x=c++ | not grep block_2 &&
|
||||
RUN: clang -E t.cpp -x=c | not grep block
|
||||
/* RUN: clang -E %s -x=c++ | grep block_1 &&
|
||||
RUN: clang -E %s -x=c++ | not grep block_2 &&
|
||||
RUN: clang -E %s -x=c | not grep block
|
||||
*/
|
||||
|
||||
#if true
|
||||
|
Loading…
Reference in New Issue
Block a user