Commit f5d8395b by Paolo Carlini Committed by Paolo Carlini

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
parent bb129a4f
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> 2005-01-11 Paolo Carlini <pcarlini@suse.de>
Benjamin Kosnik <bkoz@redhat.com> Benjamin Kosnik <bkoz@redhat.com>
......
// 2001-04-06 gdr // 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 // 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 // software; you can redistribute it and/or modify it under the
...@@ -85,7 +85,7 @@ int main() ...@@ -85,7 +85,7 @@ int main()
{ {
#if _GLIBCXX_USE_C99 #if _GLIBCXX_USE_C99
test_c99_classify<float>(); test_c99_classify<float>();
//test_c99_classify<double>(); test_c99_classify<double>();
#endif #endif
return 0; return 0;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment