c99_classification_macros_c++.cc: Re-enable commented-out test for double type.

2005-01-13  Paolo Carlini  <pcarlini@suse.de>

	* testsuite/26_numerics/cmath/c99_classification_macros_c++.cc:
	Re-enable commented-out test for double type.

From-SVN: r93609
This commit is contained in:
Paolo Carlini 2005-01-13 19:33:40 +00:00 committed by Paolo Carlini
parent bb129a4f93
commit f5d8395b67
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2005-01-13 Paolo Carlini <pcarlini@suse.de>
* testsuite/26_numerics/cmath/c99_classification_macros_c++.cc:
Re-enable commented-out test for double type.
2005-01-11 Paolo Carlini <pcarlini@suse.de>
Benjamin Kosnik <bkoz@redhat.com>

View File

@ -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<float>();
//test_c99_classify<double>();
test_c99_classify<double>();
#endif
return 0;
}