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:
parent
bb129a4f93
commit
f5d8395b67
@ -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>
|
||||
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user