diff options
Diffstat (limited to 'test/MC/COFF/section-passthru-flags.s')
-rw-r--r-- | test/MC/COFF/section-passthru-flags.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/MC/COFF/section-passthru-flags.s b/test/MC/COFF/section-passthru-flags.s index 3bd061b..96e42d2 100644 --- a/test/MC/COFF/section-passthru-flags.s +++ b/test/MC/COFF/section-passthru-flags.s @@ -3,5 +3,5 @@ // CHECK: .section .klaatu,"wn" .section .barada,"y" // CHECK: .section .barada,"y" -.section .nikto,"wds" -// CHECK: .section .nikto,"wds" +.section .nikto,"dws" +// CHECK: .section .nikto,"dws" |