diff options
Diffstat (limited to 'test/mach-o/cstring-sections.yaml')
-rw-r--r-- | test/mach-o/cstring-sections.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/mach-o/cstring-sections.yaml b/test/mach-o/cstring-sections.yaml index 2bc7e7c5c2f6..2936ca9fdbfe 100644 --- a/test/mach-o/cstring-sections.yaml +++ b/test/mach-o/cstring-sections.yaml @@ -36,25 +36,25 @@ sections: # CHECK: content: [ 61, 62, 63, 00 ] # CHECK: merge: by-content # CHECK: section-choice: custom-required -# CHECK: section-name: __TEXT/__objc_methname +# CHECK: section-name: '__TEXT/__objc_methname' # CHECK: - scope: hidden # CHECK: type: c-string # CHECK: content: [ 64, 65, 66, 00 ] # CHECK: merge: by-content # CHECK: section-choice: custom-required -# CHECK: section-name: __TEXT/__objc_methname +# CHECK: section-name: '__TEXT/__objc_methname' # CHECK: - scope: hidden # CHECK: type: c-string # CHECK: content: [ 61, 62, 63, 00 ] # CHECK: merge: by-content # CHECK: section-choice: custom-required -# CHECK: section-name: __TEXT/__objc_classname +# CHECK: section-name: '__TEXT/__objc_classname' # CHECK: - scope: hidden # CHECK: type: c-string # CHECK: content: [ 67, 68, 69, 00 ] # CHECK: merge: by-content # CHECK: section-choice: custom-required -# CHECK: section-name: __TEXT/__objc_classname +# CHECK: section-name: '__TEXT/__objc_classname' # CHECK: - scope: hidden # CHECK: type: c-string # CHECK: content: [ 61, 62, 63, 00 ] |