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