diff options
Diffstat (limited to 'lld/test/core/permissions.objtxt')
| -rw-r--r-- | lld/test/core/permissions.objtxt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lld/test/core/permissions.objtxt b/lld/test/core/permissions.objtxt index fd07f29a6ff..af33ea65c45 100644 --- a/lld/test/core/permissions.objtxt +++ b/lld/test/core/permissions.objtxt @@ -11,13 +11,13 @@ defined-atoms: - name: two type: data permissions: rw- - + - name: three type: const-data - + - name: four type: unknown - + - name: oddCode type: code permissions: rwx @@ -25,15 +25,15 @@ defined-atoms: - name: oddData type: data permissions: rwx - + - name: oddConstData type: const-data permissions: rw- - + - name: oddUnknown type: unknown permissions: rw- - + ... # CHECK: --- |

