diff options
Diffstat (limited to 'test/MC')
-rw-r--r-- | test/MC/AsmParser/floating-literals.s | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/MC/AsmParser/floating-literals.s b/test/MC/AsmParser/floating-literals.s index 512b7b3..6578e32 100644 --- a/test/MC/AsmParser/floating-literals.s +++ b/test/MC/AsmParser/floating-literals.s @@ -77,3 +77,6 @@ # CHECK-ERROR: unexpected token in directive .float 0x.p5 +# CHECK-ERROR: error: invalid hexadecimal floating-point constant: expected exponent part 'p' +# CHECK-ERROR: unexpected token in directive +.float 0x1.2 |