Fix this regex to match what llvmgcc4 produces also

llvm-svn: 27673
This commit is contained in:
Chris Lattner 2006-04-13 19:46:16 +00:00
parent 4aa3001625
commit 612e84dd8b
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
// RUN: %llvmgcc -xc %s -S -o - | grep 'ctor_.* constant '
// RUN: %llvmgcc -xc %s -S -o - | grep 'internal constant '
// The synthetic global made by the CFE for big initializer should be marked
// constant.