aboutsummaryrefslogtreecommitdiffstats
path: root/test/mppa/instr/ui64.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/mppa/instr/ui64.c')
-rw-r--r--test/mppa/instr/ui64.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/test/mppa/instr/ui64.c b/test/mppa/instr/ui64.c
deleted file mode 100644
index 908dec3c..00000000
--- a/test/mppa/instr/ui64.c
+++ /dev/null
@@ -1,10 +0,0 @@
-#include "framework.h"
-
-BEGIN_TEST(unsigned long long)
-{
- c = (a > b);
- c += (a <= b);
- c += (a < b);
- c += ((a & 0x1ULL) != (b & 0x1ULL));
-}
-END_TEST64()