diff options
author | Paolo Carlini <paolo.carlini@oracle.com> | 2008-10-24 10:41:42 +0000 |
---|---|---|
committer | Paolo Carlini <paolo@gcc.gnu.org> | 2008-10-24 10:41:42 +0000 |
commit | 918bf5c10e1d5b026dfedd58d3e701536142fcc2 (patch) | |
tree | f5622566f8248f9a9fdcb09a7127c03b49ab5d35 /libstdc++-v3/testsuite/19_diagnostics | |
parent | 100d537d7a7b5c0ef775d568ce3eefffa72f2c41 (diff) | |
download | gcc-918bf5c10e1d5b026dfedd58d3e701536142fcc2.zip gcc-918bf5c10e1d5b026dfedd58d3e701536142fcc2.tar.gz gcc-918bf5c10e1d5b026dfedd58d3e701536142fcc2.tar.bz2 |
error_constants.h (enum errc): Remove no_posix_equivalent.
2008-10-24 Paolo Carlini <paolo.carlini@oracle.com>
* config/os/generic/error_constants.h (enum errc): Remove
no_posix_equivalent.
* config/os/mingw32/error_constants.h (enum errc): Likewise.
* testsuite/19_diagnostics/headers/system_error/errc_std_c++0x.cc:
Adjust.
From-SVN: r141341
Diffstat (limited to 'libstdc++-v3/testsuite/19_diagnostics')
-rw-r--r-- | libstdc++-v3/testsuite/19_diagnostics/headers/system_error/errc_std_c++0x.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libstdc++-v3/testsuite/19_diagnostics/headers/system_error/errc_std_c++0x.cc b/libstdc++-v3/testsuite/19_diagnostics/headers/system_error/errc_std_c++0x.cc index d2325d1..6eff4ee 100644 --- a/libstdc++-v3/testsuite/19_diagnostics/headers/system_error/errc_std_c++0x.cc +++ b/libstdc++-v3/testsuite/19_diagnostics/headers/system_error/errc_std_c++0x.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++0x" } // { dg-do compile } -// Copyright (C) 2007 Free Software Foundation, Inc. +// Copyright (C) 2007, 2008 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,6 @@ void test01() #endif TEST_ERRC(no_message); - TEST_ERRC(no_posix_equivalent); TEST_ERRC(no_protocol_option); TEST_ERRC(no_space_on_device); |