aboutsummaryrefslogtreecommitdiff
path: root/tests/blit.qbt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/blit.qbt')
-rw-r--r--tests/blit.qbt9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/blit.qbt b/tests/blit.qbt
deleted file mode 100644
index b8fa0d3..0000000
--- a/tests/blit.qbt
+++ /dev/null
@@ -1,9 +0,0 @@
-main()
-{
- /* alloc */
- i27 a = ^ 16;
- i27 b = ^ 16;
- /* blit */
- b <<* 16 a;
- => ();
-}