summaryrefslogtreecommitdiffstats
path: root/test/fft.ml
diff options
context:
space:
mode:
Diffstat (limited to 'test/fft.ml')
-rw-r--r--test/fft.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fft.ml b/test/fft.ml
index 9465a040e..2b9a94a13 100644
--- a/test/fft.ml
+++ b/test/fft.ml
@@ -170,5 +170,5 @@ let test np =
let _ =
- let np = ref 16 in for i = 1 to 12 do test !np; np := !np*2 done
+ let np = ref 16 in for i = 1 to 13 do test !np; np := !np*2 done