Skip to content

Commit 612e84d

Browse files
committed
Fix this regex to match what llvmgcc4 produces also
llvm-svn: 27673
1 parent 4aa3001 commit 612e84d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/Regression/CFrontend/2005-02-27-MarkGlobalConstant.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %llvmgcc -xc %s -S -o - | grep 'ctor_.* constant '
1+
// RUN: %llvmgcc -xc %s -S -o - | grep 'internal constant '
22

33
// The synthetic global made by the CFE for big initializer should be marked
44
// constant.

0 commit comments

Comments
 (0)