diff options
-rw-r--r-- | llvm/test/MC/AsmParser/exprs-invalid.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/MC/AsmParser/exprs-invalid.s b/llvm/test/MC/AsmParser/exprs-invalid.s index 09a5bcbda65..dd1bac46b55 100644 --- a/llvm/test/MC/AsmParser/exprs-invalid.s +++ b/llvm/test/MC/AsmParser/exprs-invalid.s @@ -13,5 +13,5 @@ // CHECK-ERRORS: [[@LINE+1]]:7: error: out of range literal value in '.long' directive .long 4e71cf69 // double floating point constant due to missing "0x" -// CHECK-ERRORS: [[@LINE+1]]:7: error: literal value out of range for directive +// CHECK-ERRORS: [[@LINE+1]]:7: error: out of range literal value in '.word' directive .word 0xfffffffff |