diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 78d4852d2abe..f686a3cc6798 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2003-07-14 Benjamin Kosnik + + * testsuite/27_io/ios_base/cons/assign_neg.cc: Fix line numbers. + * testsuite/27_io/ios_base/cons/copy_neg.cc: Same. + 2003-07-14 Gabriel Dos Reis * config/locale/gnu/c_locale.h (__convert_from_v): Include diff --git a/libstdc++-v3/testsuite/27_io/ios_base/cons/assign_neg.cc b/libstdc++-v3/testsuite/27_io/ios_base/cons/assign_neg.cc index e6f9921b3686..f0baf752ef73 100644 --- a/libstdc++-v3/testsuite/27_io/ios_base/cons/assign_neg.cc +++ b/libstdc++-v3/testsuite/27_io/ios_base/cons/assign_neg.cc @@ -41,5 +41,5 @@ void test01() io1 = io2; } // { dg-error "within this context" "" { target *-*-* } 41 } -// { dg-error "is private" "" { target *-*-* } 696 } +// { dg-error "is private" "" { target *-*-* } 748 } // { dg-error "operator=" "" { target *-*-* } 0 } diff --git a/libstdc++-v3/testsuite/27_io/ios_base/cons/copy_neg.cc b/libstdc++-v3/testsuite/27_io/ios_base/cons/copy_neg.cc index 5d77444b342a..08865db583ea 100644 --- a/libstdc++-v3/testsuite/27_io/ios_base/cons/copy_neg.cc +++ b/libstdc++-v3/testsuite/27_io/ios_base/cons/copy_neg.cc @@ -41,5 +41,5 @@ void test02() test_base io2 = io1; } // { dg-error "within this context" "" { target *-*-* } 41 } -// { dg-error "is private" "" { target *-*-* } 693 } +// { dg-error "is private" "" { target *-*-* } 745 } // { dg-error "copy constructor" "" { target *-*-* } 0 }