From 12187c13b9842dac61019cfef831a11a4dce2c21 Mon Sep 17 00:00:00 2001 From: Benjamin Kosnik Date: Fri, 7 Sep 2007 21:09:35 +0000 Subject: [PATCH] copy_neg.cc: Correct line number. 2007-09-07 Benjamin Kosnik * testsuite/19_diagnostics/error_category/cons/copy_neg.cc: Correct line number. From-SVN: r128255 --- libstdc++-v3/ChangeLog | 5 +++++ .../testsuite/19_diagnostics/error_category/cons/copy_neg.cc | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 969c804..145ea41 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2007-09-07 Benjamin Kosnik + + * testsuite/19_diagnostics/error_category/cons/copy_neg.cc: + Correct line number. + 2007-09-07 Danny Smith PR libstdc++/33203 diff --git a/libstdc++-v3/testsuite/19_diagnostics/error_category/cons/copy_neg.cc b/libstdc++-v3/testsuite/19_diagnostics/error_category/cons/copy_neg.cc index 0fdf2c7..b1665e9 100644 --- a/libstdc++-v3/testsuite/19_diagnostics/error_category/cons/copy_neg.cc +++ b/libstdc++-v3/testsuite/19_diagnostics/error_category/cons/copy_neg.cc @@ -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" } -- 2.7.4