From b64adb7e88f11ed379ff2ba42cb38067630353fe Mon Sep 17 00:00:00 2001 From: Date: Fri, 26 Oct 2007 01:07:00 -0700 Subject: [PATCH] Enabled all tests (they now all pass) --- tests/test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test.c b/tests/test.c index 7d1a523c..a6252069 100644 --- a/tests/test.c +++ b/tests/test.c @@ -867,7 +867,7 @@ int main(int argc, char *argv[]) test_st user_tests[] ={ {"user_supplied_bug1", 0, user_supplied_bug1 }, {"user_supplied_bug2", 0, user_supplied_bug2 }, -// {"user_supplied_bug3", 0, user_supplied_bug3 }, + {"user_supplied_bug3", 0, user_supplied_bug3 }, {0, 0, 0} }; -- 2.30.2