copy_neg.cc: Correct line number.
authorBenjamin Kosnik <bkoz@redhat.com>
Fri, 7 Sep 2007 21:09:35 +0000 (21:09 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Fri, 7 Sep 2007 21:09:35 +0000 (21:09 +0000)
2007-09-07  Benjamin Kosnik  <bkoz@redhat.com>

* testsuite/19_diagnostics/error_category/cons/copy_neg.cc:
Correct line number.

From-SVN: r128255

libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/19_diagnostics/error_category/cons/copy_neg.cc

index 969c804..145ea41 100644 (file)
@@ -1,3 +1,8 @@
+2007-09-07  Benjamin Kosnik  <bkoz@redhat.com>
+
+       * testsuite/19_diagnostics/error_category/cons/copy_neg.cc:
+       Correct line number.
+
 2007-09-07  Danny Smith  <dannysmith@users.sourceforge.net>
 
        PR libstdc++/33203
index 0fdf2c7..b1665e9 100644 (file)
@@ -50,7 +50,7 @@ int main()
   return 0;
 }
 
-// { dg-error "is private" "" { target *-*-* } 187 }
+// { dg-error "is private" "" { target *-*-* } 75 }
 // { dg-error "within this context" "" { target *-*-* } 29 }
 // { dg-error "first required here" "" { target *-*-* } 48 }
 // { dg-excess-errors "copy constructor" }