summaryrefslogtreecommitdiffstats
path: root/lldb/test/Shell/ObjectFile/PECOFF/sections.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/Shell/ObjectFile/PECOFF/sections.yaml')
-rw-r--r--lldb/test/Shell/ObjectFile/PECOFF/sections.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/lldb/test/Shell/ObjectFile/PECOFF/sections.yaml b/lldb/test/Shell/ObjectFile/PECOFF/sections.yaml
index 715ef523c13..d41427eed0a 100644
--- a/lldb/test/Shell/ObjectFile/PECOFF/sections.yaml
+++ b/lldb/test/Shell/ObjectFile/PECOFF/sections.yaml
@@ -7,7 +7,7 @@
# CHECK-NEXT: ID: 0xffffffffffffffff
# CHECK-NEXT: Name: PECOFF header
# CHECK-NEXT: Type: regular
-# CHECK-NEXT: Permissions: ---
+# CHECK-NEXT: Permissions: r--
# CHECK-NEXT: Thread specific: no
# CHECK-NEXT: VM address: 0x40000000
# CHECK-NEXT: VM size: 512
@@ -17,7 +17,7 @@
# CHECK-NEXT: ID: 0x1
# CHECK-NEXT: Name: .text
# CHECK-NEXT: Type: code
-# CHECK-NEXT: Permissions: ---
+# CHECK-NEXT: Permissions: r-x
# CHECK-NEXT: Thread specific: no
# CHECK-NEXT: VM address: 0x40001000
# CHECK-NEXT: VM size: 64
@@ -27,7 +27,7 @@
# CHECK-NEXT: ID: 0x2
# CHECK-NEXT: Name: .data
# CHECK-NEXT: Type: data
-# CHECK-NEXT: Permissions: ---
+# CHECK-NEXT: Permissions: r--
# CHECK-NEXT: Thread specific: no
# CHECK-NEXT: VM address: 0x40002000
# CHECK-NEXT: VM size: 64
OpenPOWER on IntegriCloud