aboutsummaryrefslogtreecommitdiffstats
path: root/test/mppa/general/andd.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/mppa/general/andd.c')
-rw-r--r--test/mppa/general/andd.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/mppa/general/andd.c b/test/mppa/general/andd.c
deleted file mode 100644
index 4f503764..00000000
--- a/test/mppa/general/andd.c
+++ /dev/null
@@ -1,5 +0,0 @@
-#include "framework.h"
-
-BEGIN_TEST(long long)
- return a&b;
-END_TEST()