[gnumeric] sstest: remove debug code.



commit 6414d7f0764a7eb44e57b9b583f2baf298268251
Author: Morten Welinder <terra gnome org>
Date:   Wed Dec 2 15:07:07 2015 -0500

    sstest: remove debug code.

 src/sstest.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/sstest.c b/src/sstest.c
index be89999..ddd9ed5 100644
--- a/src/sstest.c
+++ b/src/sstest.c
@@ -2364,7 +2364,6 @@ test_random (void)
 
        mark_test_start (test_name);
 
-       goto skip;
        test_random_rand (N);
        test_random_randuniform (N);
        test_random_randnorm (High_N);
@@ -2387,7 +2386,6 @@ test_random (void)
        test_random_randgeom (High_N);
        test_random_randlog (N);
        test_random_randweibull (N);
-skip:
        test_random_randlognorm (N);
 
 #if 0


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