Skip to content

Commit

Permalink
no really, fix the test.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112317 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
lattner committed Aug 27, 2010
1 parent 3dc15cc commit 58fff61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/FrontendC/2008-03-24-BitField-And-Alloca.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// RUN: %llvmgcc -O2 -S %s -o - | not grep alloca
// RUN: %llvmgcc -m32 -O2 -S %s -o - | not grep 'store '
// RUN: %llvmgcc -m32 -O2 -S %s -o - | not grep {store }

enum {
PP_C,
Expand Down

0 comments on commit 58fff61

Please sign in to comment.