aboutsummaryrefslogtreecommitdiffstats
path: root/test/mppa/general/lbz.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/mppa/general/lbz.c')
-rw-r--r--test/mppa/general/lbz.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/test/mppa/general/lbz.c b/test/mppa/general/lbz.c
deleted file mode 100644
index 2deeaebe..00000000
--- a/test/mppa/general/lbz.c
+++ /dev/null
@@ -1,9 +0,0 @@
-#include "framework.h"
-
-BEGIN_TEST(int)
-{
- unsigned char s[] = "Tim is sorry at the playa\n";
-
- c = s[a & (sizeof(s) - 1)];
-}
-END_TEST()