~ chicken-core (chicken-5) 2aa701a3b6b0a0eff301c152e161ba11a515ba95
commit 2aa701a3b6b0a0eff301c152e161ba11a515ba95 Author: felix <felix@call-with-current-continuation.org> AuthorDate: Thu Feb 25 15:57:32 2010 +0100 Commit: felix <felix@call-with-current-continuation.org> CommitDate: Thu Feb 25 15:57:32 2010 +0100 removed unnecessary test diff --git a/tests/runtests.sh b/tests/runtests.sh index a9300675..91791e35 100644 --- a/tests/runtests.sh +++ b/tests/runtests.sh @@ -242,10 +242,7 @@ echo "boxed:" $compile fft.scm -O5 time ./a.out echo "unboxed:" -$compile fft.scm -O5 -D unboxed -time ./a.out -echo "unboxed/unboxing:" -$compile fft.scm -O5 -D unboxed -unboxing -debug oxi | tee fft.out +$compile fft.scm -O5 -D unboxed -debug oxi | tee fft.out time ./a.out echo "======================================== done."Trap