]> granicus.if.org Git - clang/commitdiff
Fix failing test case.
authorAnders Carlsson <andersca@mac.com>
Wed, 18 Mar 2009 01:10:22 +0000 (01:10 +0000)
committerAnders Carlsson <andersca@mac.com>
Wed, 18 Mar 2009 01:10:22 +0000 (01:10 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67147 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/cleanup-stack.c

index 360f6e701bebbc89578971f2f9dad78d35931508..cc734e6a36e7587e496ff7fb25cecdd55da2d5ba 100644 (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];