valarray_name_lookup.cc: Fix.

2003-02-04  Benjamin Kosnik  <bkoz@redhat.com>

	* testsuite/26_numerics/valarray_name_lookup.cc: Fix.

From-SVN: r62398
This commit is contained in:
Benjamin Kosnik 2003-02-04 20:53:19 +00:00 committed by Benjamin Kosnik
parent f0f0d98e16
commit 431a736388
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2003-02-04 Benjamin Kosnik <bkoz@redhat.com>
* testsuite/26_numerics/valarray_name_lookup.cc: Fix.
2002-02-04 Jonathan Wakely <redi@gcc.gnu.org>
* docs/html/27_io/howto.html: Link to Dietmar Kuehl's IOStream page,

View File

@ -1,6 +1,6 @@
// 2002-08-02 gdr
// Copyright (C) 2002 Free Software Foundation, Inc.
// Copyright (C) 2002, 2003 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
@ -102,7 +102,7 @@ int main()
v = cos(u);
v = cosh(u);
v = acos(u);
// v = acos(u); // 2003-02-01 XFAIL
v = sin(u);
v = sinh(u);