aboutsummaryrefslogtreecommitdiffstats
path: root/test/mppa/general/branchz.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/mppa/general/branchz.c')
-rw-r--r--test/mppa/general/branchz.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/test/mppa/general/branchz.c b/test/mppa/general/branchz.c
deleted file mode 100644
index fb86d357..00000000
--- a/test/mppa/general/branchz.c
+++ /dev/null
@@ -1,10 +0,0 @@
-#include "framework.h"
-
-BEGIN_TEST(int)
-{
- if (a & 0x1 == 0)
- c = 0;
- else
- c = 1;
-}
-END_TEST()