Skip to content
Snippets Groups Projects
Commit 6b2759dc authored by jason's avatar jason
Browse files

fix line #s

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115125 138bc75d-0d04-0410-961f-82ee72b054a4
parent 400404ae
No related branches found
No related tags found
No related merge requests found
......@@ -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 }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment