summaryrefslogtreecommitdiff
path: root/test/MC/SystemZ/insn-brc-02.s
diff options
context:
space:
mode:
Diffstat (limited to 'test/MC/SystemZ/insn-brc-02.s')
-rw-r--r--test/MC/SystemZ/insn-brc-02.s13
1 files changed, 0 insertions, 13 deletions
diff --git a/test/MC/SystemZ/insn-brc-02.s b/test/MC/SystemZ/insn-brc-02.s
deleted file mode 100644
index 941cc459f3..0000000000
--- a/test/MC/SystemZ/insn-brc-02.s
+++ /dev/null
@@ -1,13 +0,0 @@
-# RUN: not llvm-mc -triple s390x-linux-gnu < %s 2> %t
-# RUN: FileCheck < %t %s
-
-#CHECK: error: invalid operand
-#CHECK: brc foo, bar
-#CHECK: error: invalid operand
-#CHECK: brc -1, bar
-#CHECK: error: invalid operand
-#CHECK: brc 16, bar
-
- brc foo, bar
- brc -1, bar
- brc 16, bar