]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
assign_neg.cc: Fix line numbers.
authorBenjamin Kosnik <bkoz@redhat.com>
Mon, 14 Jul 2003 14:47:03 +0000 (14:47 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Mon, 14 Jul 2003 14:47:03 +0000 (14:47 +0000)
2003-07-14  Benjamin Kosnik  <bkoz@redhat.com>

* testsuite/27_io/ios_base/cons/assign_neg.cc: Fix line numbers.
* testsuite/27_io/ios_base/cons/copy_neg.cc: Same.

From-SVN: r69331

libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/27_io/ios_base/cons/assign_neg.cc
libstdc++-v3/testsuite/27_io/ios_base/cons/copy_neg.cc

index 78d4852d2abe2ea6ad72bb8c09f225c777b0b2fa..f686a3cc6798a00442b866020be8c255400a6aa8 100644 (file)
@@ -1,3 +1,8 @@
+2003-07-14  Benjamin Kosnik  <bkoz@redhat.com>
+
+       * 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  <gcc@integrable-solutions.net>
 
        * config/locale/gnu/c_locale.h (__convert_from_v): Include
index e6f9921b3686b49dd6c09f9465d1e252ad27f462..f0baf752ef73814e167890e89ba1ab07611f472f 100644 (file)
@@ -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 } 
index 5d77444b342a4230df6c6b636643e3e02771562a..08865db583ea6233aa44e2e30387f671c3b6d05f 100644 (file)
@@ -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 }