[babl] do not repeat test many many times



commit 64e7dfa0b3fdec13525d1641dc3d903ad1fadb2f
Author: Ãyvind KolÃs <pippin gimp org>
Date:   Fri May 4 23:34:11 2012 +0200

    do not repeat test many many times

 tests/float-to-8bit.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/float-to-8bit.c b/tests/float-to-8bit.c
index ced8a04..3ba6cb9 100644
--- a/tests/float-to-8bit.c
+++ b/tests/float-to-8bit.c
@@ -34,7 +34,7 @@ main (int    argc,
 
   babl_init ();
   
-  for (i = 0; i < 400000; i++)
+  //for (i = 0; i < 400000; i++)
   {
   {
     float in[][4]   = {{ 0.21582, -0.55, -0.14, 1.0 }, {0.2, 0.3, 0.5, 0.6}, {0.0, 1.0, 2.0, 3.0}};



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]