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