aboutsummaryrefslogtreecommitdiffstats
path: root/test/c/qsort.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/c/qsort.c')
-rw-r--r--test/c/qsort.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/c/qsort.c b/test/c/qsort.c
index 50b60be6..66eef68d 100644
--- a/test/c/qsort.c
+++ b/test/c/qsort.c
@@ -27,7 +27,7 @@ int cmpint(const void * i, const void * j)
return 1;
}
-#define NITER 100
+#define NITER 10
int main(int argc, char ** argv)
{