diff options
Diffstat (limited to 'llvm/test/MC/COFF/section.s')
-rw-r--r-- | llvm/test/MC/COFF/section.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/MC/COFF/section.s b/llvm/test/MC/COFF/section.s index 9c1a11e..fdd6570 100644 --- a/llvm/test/MC/COFF/section.s +++ b/llvm/test/MC/COFF/section.s @@ -29,7 +29,7 @@ .section s ; .long 1 .section s_, "" ; .long 1 .section s_a,"a"; .long 1 -.section s_b,"b"; .long 1 +.section s_b,"b"; .long 0 .section s_d,"d"; .long 1 .section s_D,"D"; .long 1 .section s_n,"n"; .long 1 |