aboutsummaryrefslogtreecommitdiffstats
path: root/test/mppa/general/compd.geu.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/mppa/general/compd.geu.c')
-rw-r--r--test/mppa/general/compd.geu.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/mppa/general/compd.geu.c b/test/mppa/general/compd.geu.c
deleted file mode 100644
index edc31183..00000000
--- a/test/mppa/general/compd.geu.c
+++ /dev/null
@@ -1,7 +0,0 @@
-#include "framework.h"
-
-BEGIN_TEST(unsigned long long)
-{
- c = (a >= b);
-}
-END_TEST()