]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
fix line #s
authorJason Merrill <jason@gcc.gnu.org>
Sun, 2 Jul 2006 04:12:46 +0000 (00:12 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Sun, 2 Jul 2006 04:12:46 +0000 (00:12 -0400)
From-SVN: r115125

gcc/testsuite/g++.dg/parse/access10.C

index 4142f15b22c9a86c4e66aac9d726386f979a3dcc..ebfeea9f45128e15bd32852e31617a1e8fa935e5 100644 (file)
@@ -8,6 +8,6 @@ template<int> struct A
 };
 
 // Instead of the bogus error we get 3 separate errors.
-// { dg-error "no type" "" { target *-*-* } 5 }
-// { dg-error "::" "" { target *-*-* } 5 }
-// { dg-error "~" "" { target *-*-* } 5 }
+// { dg-error "no type" "" { target *-*-* } 7 }
+// { dg-error "::" "" { target *-*-* } 7 }
+// { dg-error "~" "" { target *-*-* } 7 }