From a9dbb6171167387492343a681a87558d047fb5b8 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Mon, 18 Aug 2008 17:52:17 +0000 Subject: [PATCH] Fix test case RUN: line (thanks Argiris) git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@54922 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/unwind-attr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/unwind-attr.c b/test/CodeGen/unwind-attr.c index 4d54f4639b..92f43ecc9a 100644 --- a/test/CodeGen/unwind-attr.c +++ b/test/CodeGen/unwind-attr.c @@ -1,4 +1,4 @@ -// RUN: clang -fexceptions -emit-llvm -o - %s | grep "@foo() {" | count 1 +// RUN: clang -fexceptions -emit-llvm -o - %s | grep "@foo() {" | count 1 && // RUN: clang -emit-llvm -o - %s | grep "@foo() nounwind {" | count 1 int foo(void) { -- 2.40.0