aboutsummaryrefslogtreecommitdiffstats
path: root/test/mppa/instr/addw.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/mppa/instr/addw.c')
-rw-r--r--test/mppa/instr/addw.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/mppa/instr/addw.c b/test/mppa/instr/addw.c
deleted file mode 100644
index e22024cf..00000000
--- a/test/mppa/instr/addw.c
+++ /dev/null
@@ -1,5 +0,0 @@
-#include "framework.h"
-
-BEGIN_TEST(int)
- c = a+b;
-END_TEST32()