diff options
Diffstat (limited to 'test/CodeGen/sret2.c')
| -rw-r--r-- | test/CodeGen/sret2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/sret2.c b/test/CodeGen/sret2.c index d103d87610fd8..0e254ed914a48 100644 --- a/test/CodeGen/sret2.c +++ b/test/CodeGen/sret2.c @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 %s -emit-llvm -o - | grep sret | count 2 +// RUN: %clang_cc1 %s -emit-llvm -o - | grep sret | grep -v 'sret2.c' | count 1 struct abc { long a; |
