aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenObjC/constant-strings.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenObjC/constant-strings.m')
-rw-r--r--test/CodeGenObjC/constant-strings.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenObjC/constant-strings.m b/test/CodeGenObjC/constant-strings.m
index cad634a4b103..0a6549637358 100644
--- a/test/CodeGenObjC/constant-strings.m
+++ b/test/CodeGenObjC/constant-strings.m
@@ -3,7 +3,7 @@
// Check that we set alignment 1 on the string.
//
-// CHECK-NEXT: @.str = {{.*}}constant [13 x i8] c"Hello World!\00", align 1
+// CHECK-NEXT: @.str = {{.*}}constant [13 x i8] c"Hello World!\00", section "__TEXT,__cstring,cstring_literals", align 1
// RUN: %clang_cc1 -fobjc-runtime=gcc -emit-llvm -o %t %s
// RUN: FileCheck --check-prefix=CHECK-GNU < %t %s