diff options
Diffstat (limited to 'test/MC/Hexagon/out_of_range.s')
| -rw-r--r-- | test/MC/Hexagon/out_of_range.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/MC/Hexagon/out_of_range.s b/test/MC/Hexagon/out_of_range.s index 2a98ef287f6b..f3f9e7a73b97 100644 --- a/test/MC/Hexagon/out_of_range.s +++ b/test/MC/Hexagon/out_of_range.s @@ -1,4 +1,4 @@ -# RUN: not llvm-mc -triple=hexagon -filetype=asm %s 2> %t; FileCheck %s < %t +# RUN: not llvm-mc -triple=hexagon -filetype=asm %s 2>&1 | FileCheck %s r1:0=##0xFFFFFF7000001000 # CHECK: rror: value -144(0xffffffffffffff70) out of range: -128-127 |
