aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/cleanup-stack.c
diff options
context:
space:
mode:
authorAnders Carlsson <andersca@mac.com>2009-03-18 01:10:22 +0000
committerAnders Carlsson <andersca@mac.com>2009-03-18 01:10:22 +0000
commite7783ab29ae011b11f30825452530eef3d363323 (patch)
tree2f8e59817855646200551c2590c907ead7d408d7 /test/CodeGen/cleanup-stack.c
parent7e4534d9c14febcdea30c057bb2a36e245776865 (diff)
Fix failing test case.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67147 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/cleanup-stack.c')
-rw-r--r--test/CodeGen/cleanup-stack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/cleanup-stack.c b/test/CodeGen/cleanup-stack.c
index 360f6e701b..cc734e6a36 100644
--- a/test/CodeGen/cleanup-stack.c
+++ b/test/CodeGen/cleanup-stack.c
@@ -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];