aboutsummaryrefslogtreecommitdiffstats
path: root/test/mppa/mmult/mmult.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/mppa/mmult/mmult.c')
-rw-r--r--test/mppa/mmult/mmult.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mppa/mmult/mmult.c b/test/mppa/mmult/mmult.c
index dcbcfe17..b674ca80 100644
--- a/test/mppa/mmult/mmult.c
+++ b/test/mppa/mmult/mmult.c
@@ -4,7 +4,7 @@
#define __UNIT_TEST_MMULT__
#ifdef __UNIT_TEST_MMULT__
-#define SIZE 50
+#define SIZE 10
#else
#include "test.h"
#endif