aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2018-10-12 16:31:08 +0000
committerZachary Turner <zturner@google.com>2018-10-12 16:31:08 +0000
commitc47add6e5ac59892355e66246944a67c6e2774ce (patch)
treee13996846e4d368cd84daf7e36193f317f121d88
parentebe68fea5ac6249a66e2437ad5c9f8d16e3d7d99 (diff)
Revert "Make YAML quote forward slashes."
This reverts commit b86c16ad8c97dadc1f529da72a5bb74e9eaed344. This is being reverted because I forgot to write a useful commit message, so I'm going to resubmit it with an actual commit message. git-svn-id: https://llvm.org/svn/llvm-project/lld/trunk@344358 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/mach-o/cstring-sections.yaml8
-rw-r--r--test/mach-o/parse-data-relocs-x86_64.yaml2
-rw-r--r--test/mach-o/parse-data.yaml2
-rw-r--r--test/mach-o/sectcreate.yaml2
4 files changed, 7 insertions, 7 deletions
diff --git a/test/mach-o/cstring-sections.yaml b/test/mach-o/cstring-sections.yaml
index 2936ca9fd..2bc7e7c5c 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 ]
diff --git a/test/mach-o/parse-data-relocs-x86_64.yaml b/test/mach-o/parse-data-relocs-x86_64.yaml
index 994289b5c..d696aff0f 100644
--- a/test/mach-o/parse-data-relocs-x86_64.yaml
+++ b/test/mach-o/parse-data-relocs-x86_64.yaml
@@ -367,6 +367,6 @@ page-size: 0x00000000
# CHECK: type: unknown
# CHECK: content: [ 00, 00, 00, 00, 00, 00, 00, 00 ]
# CHECK: section-choice: custom-required
-# CHECK: section-name: '__DATA/__custom'
+# CHECK: section-name: __DATA/__custom
# CHECK: dead-strip: never
diff --git a/test/mach-o/parse-data.yaml b/test/mach-o/parse-data.yaml
index 3b9eb9fb6..b1929ef23 100644
--- a/test/mach-o/parse-data.yaml
+++ b/test/mach-o/parse-data.yaml
@@ -115,5 +115,5 @@ global-symbols:
# CHECK: type: unknown
# CHECK: content: [ 01, 02, 03, 04, 05, 06, 07, 08 ]
# CHECK: section-choice: custom-required
-# CHECK: section-name: '__CUST/__custom'
+# CHECK: section-name: __CUST/__custom
diff --git a/test/mach-o/sectcreate.yaml b/test/mach-o/sectcreate.yaml
index bc17dec25..aa32a05a6 100644
--- a/test/mach-o/sectcreate.yaml
+++ b/test/mach-o/sectcreate.yaml
@@ -8,5 +8,5 @@
# CHECK: type: sectcreate
# CHECK: content: [ 68, 65, 6C, 6C, 6F, 0A ]
# CHECK: section-choice: custom-required
-# CHECK: section-name: '__DATA/__data'
+# CHECK: section-name: __DATA/__data
# CHECK: dead-strip: never