From 69aa7710368e8984ca242ca170304af81126d53b Mon Sep 17 00:00:00 2001 From: David Schultz Date: Sun, 17 Feb 2008 22:45:53 +0000 Subject: [PATCH] There are 3 tests here, not 2. --- tools/regression/lib/msun/test-exponential.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/regression/lib/msun/test-exponential.c b/tools/regression/lib/msun/test-exponential.c index bd06bb3be66f..6111e9647253 100644 --- a/tools/regression/lib/msun/test-exponential.c +++ b/tools/regression/lib/msun/test-exponential.c @@ -152,7 +152,7 @@ int main(int argc, char *argv[]) { - printf("1..2\n"); + printf("1..3\n"); run_generic_tests(); printf("ok 1 - exponential\n");