diff options
-rw-r--r-- | test/CFrontend/2005-02-27-MarkGlobalConstant.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CFrontend/2005-02-27-MarkGlobalConstant.c b/test/CFrontend/2005-02-27-MarkGlobalConstant.c index bf3130bbee..100c79c82b 100644 --- a/test/CFrontend/2005-02-27-MarkGlobalConstant.c +++ b/test/CFrontend/2005-02-27-MarkGlobalConstant.c @@ -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. |