aboutsummaryrefslogtreecommitdiff
path: root/tests/tcg/lm32/test_bi.S
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tcg/lm32/test_bi.S')
-rw-r--r--tests/tcg/lm32/test_bi.S23
1 files changed, 0 insertions, 23 deletions
diff --git a/tests/tcg/lm32/test_bi.S b/tests/tcg/lm32/test_bi.S
deleted file mode 100644
index a1fbd6fc07..0000000000
--- a/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
-
-