diff options
Diffstat (limited to 'test/MC/AVR/out-of-range-fixups/in-fail.s')
-rw-r--r-- | test/MC/AVR/out-of-range-fixups/in-fail.s | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/test/MC/AVR/out-of-range-fixups/in-fail.s b/test/MC/AVR/out-of-range-fixups/in-fail.s deleted file mode 100644 index b929ead4c5a59..0000000000000 --- a/test/MC/AVR/out-of-range-fixups/in-fail.s +++ /dev/null @@ -1,5 +0,0 @@ -; RUN: not llvm-mc -triple avr -mattr=avr6 -filetype=obj < %s 2>&1 | FileCheck %s - -; CHECK: error: out of range port number (expected an integer in the range 0 to 63) -in r3, foo+64 - |