summaryrefslogtreecommitdiffstats
path: root/llvm/test/Regression/C++Frontend
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Regression/C++Frontend')
-rw-r--r--llvm/test/Regression/C++Frontend/2005-01-03-StaticInitializers.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Regression/C++Frontend/2005-01-03-StaticInitializers.cpp b/llvm/test/Regression/C++Frontend/2005-01-03-StaticInitializers.cpp
index b215d3e3dab..27da715c147 100644
--- a/llvm/test/Regression/C++Frontend/2005-01-03-StaticInitializers.cpp
+++ b/llvm/test/Regression/C++Frontend/2005-01-03-StaticInitializers.cpp
@@ -1,4 +1,4 @@
-// RUN: %llvmgxx %s -S -o - | grep '%XX = global int 4'
+// RUN: %llvmgxx %s -S -o - | not grep 'llvm.global_ctor'
struct S {
int A[2];
OpenPOWER on IntegriCloud