Fix test case RUN: line (thanks Argiris)

llvm-svn: 54922
This commit is contained in:
Daniel Dunbar 2008-08-18 17:52:17 +00:00
parent ba694a32dc
commit 5a42754328
1 changed files with 1 additions and 1 deletions

View File

@ -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) {