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