mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-11 08:48:12 +00:00
test: Remove two redundant lines from this test
The FileCheck already checks for these lines, no need to grep as well. llvm-svn: 227006
This commit is contained in:
parent
9a4f2c55df
commit
2af264a44a
@ -1,7 +1,4 @@
|
||||
// RUN: %clang_cc1 -triple x86_64-apple-darwin -emit-llvm < %s | FileCheck %s
|
||||
// RUN: %clang_cc1 -triple x86_64-apple-darwin -emit-llvm < %s | grep 'load.*addrspace(2).. @A'
|
||||
// RUN: %clang_cc1 -triple x86_64-apple-darwin -emit-llvm < %s | grep 'load.*addrspace(2).. @B'
|
||||
|
||||
|
||||
// CHECK: @foo = common addrspace(1) global
|
||||
int foo __attribute__((address_space(1)));
|
||||
|
Loading…
Reference in New Issue
Block a user