cons_overflow_neg.cc: Revert unintended commit.
authorPaolo Carlini <paolo@gcc.gnu.org>
Tue, 15 May 2012 10:03:00 +0000 (10:03 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Tue, 15 May 2012 10:03:00 +0000 (10:03 +0000)
2012-05-15  Paolo Carlini  <paolo.carlini@oracle.com>

     * testsuite/20_util/ratio/cons/cons_overflow_neg.cc: Revert
unintended commit.

From-SVN: r187516

libstdc++-v3/testsuite/20_util/ratio/cons/cons_overflow_neg.cc

index a6881dbcf82045ede2bdb9704e4beb89ef35877e..d2694e29c4cf190b281fef493e4477c79580d417 100644 (file)
@@ -2,7 +2,7 @@
 // { dg-options "-std=gnu++0x" }
 // { dg-require-cstdint "" }
 
-// Copyright (C) 2008, 2009, 2010, 2011, 2012 Free Software Foundation
+// Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation
 //
 // 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
@@ -51,5 +51,5 @@ test04()
 // { dg-error "required from here" "" { target *-*-* } 46 }
 // { dg-error "denominator cannot be zero" "" { target *-*-* } 265 }
 // { dg-error "out of range" "" { target *-*-* } 266 }
-// { dg-error "overflow in constant expression" "" { target *-*-* } 62 }
+// { dg-error "overflow in constant expression" "" { target *-*-* } 61 }
 // { dg-prune-output "not a member" }