Index: test/MC/AsmParser/directive_fill.s =================================================================== --- test/MC/AsmParser/directive_fill.s +++ test/MC/AsmParser/directive_fill.s @@ -43,7 +43,8 @@ TEST7: .fill 1, 8, 1<<32 -# CHECK-WARNINGS: '.fill' directive with negative repeat count has no effect +# CHECK: TEST8 +# CHECK: .fill -1, 8, 0x1 TEST8: .fill -1, 8, 1