Commit 7fd20a02 by Jason Merrill

fix line #s

From-SVN: r115125
parent b75cf9a1
......@@ -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 }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment