summaryrefslogtreecommitdiffstats
path: root/qemu/tests/tcg/lm32/test_bi.S
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/tests/tcg/lm32/test_bi.S')
-rw-r--r--qemu/tests/tcg/lm32/test_bi.S23
1 files changed, 0 insertions, 23 deletions
diff --git a/qemu/tests/tcg/lm32/test_bi.S b/qemu/tests/tcg/lm32/test_bi.S
deleted file mode 100644
index a1fbd6fc0..000000000
--- a/qemu/tests/tcg/lm32/test_bi.S
+++ /dev/null
@@ -1,23 +0,0 @@
-.include "macros.inc"
-
-start
-
-test_name BI_1
-bi jump
-tc_fail
-end
-
-jump_back:
-tc_pass
-end
-
-jump:
-tc_pass
-
-test_name BI_2
-bi jump_back
-tc_fail
-
-end
-
-