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