From f5d8395b671ec5d5bcc7a17017f3369fb6bca79f Mon Sep 17 00:00:00 2001 From: Paolo Carlini Date: Thu, 13 Jan 2005 19:33:40 +0000 Subject: [PATCH] c99_classification_macros_c++.cc: Re-enable commented-out test for double type. 2005-01-13 Paolo Carlini * testsuite/26_numerics/cmath/c99_classification_macros_c++.cc: Re-enable commented-out test for double type. From-SVN: r93609 --- libstdc++-v3/ChangeLog | 5 +++++ .../26_numerics/cmath/c99_classification_macros_c++.cc | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 44c7eff9c8d..4f3e7b664bc 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2005-01-13 Paolo Carlini + + * testsuite/26_numerics/cmath/c99_classification_macros_c++.cc: + Re-enable commented-out test for double type. + 2005-01-11 Paolo Carlini Benjamin Kosnik diff --git a/libstdc++-v3/testsuite/26_numerics/cmath/c99_classification_macros_c++.cc b/libstdc++-v3/testsuite/26_numerics/cmath/c99_classification_macros_c++.cc index 543f3d43fc9..815a73e055c 100644 --- a/libstdc++-v3/testsuite/26_numerics/cmath/c99_classification_macros_c++.cc +++ b/libstdc++-v3/testsuite/26_numerics/cmath/c99_classification_macros_c++.cc @@ -1,6 +1,6 @@ // 2001-04-06 gdr -// Copyright (C) 2001 Free Software Foundation, Inc. +// Copyright (C) 2001, 2005 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the @@ -85,7 +85,7 @@ int main() { #if _GLIBCXX_USE_C99 test_c99_classify(); - //test_c99_classify(); + test_c99_classify(); #endif return 0; }