Fix failing test case.

llvm-svn: 67147
This commit is contained in:
Anders Carlsson 2009-03-18 01:10:22 +00:00
parent 0160172228
commit fe2e680509
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
// RUN: clang -emit-llvm %s -o %t &&
// RUN: grep "store i32 0, i32* %cleanup" %t | count 2
// RUN: grep "store i32 0, i32\* %cleanup" %t | count 2
void f(int n) {
int a[n];