aboutsummaryrefslogtreecommitdiffstats
path: root/test/mppa/general/forvar.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/mppa/general/forvar.c')
-rw-r--r--test/mppa/general/forvar.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/test/mppa/general/forvar.c b/test/mppa/general/forvar.c
deleted file mode 100644
index 57548274..00000000
--- a/test/mppa/general/forvar.c
+++ /dev/null
@@ -1,9 +0,0 @@
-#include "framework.h"
-
-BEGIN_TEST(int)
-{
- int j;
- for (j = 0 ; j < (b & 0x8) ; j++)
- c += a;
-}
-END_TEST()