Add 'instantiated from' dg-error

From-SVN: r69632
This commit is contained in:
Nathan Sidwell 2003-07-21 14:52:14 +00:00
parent b222f49a4c
commit c7b6131663
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ int main()
Bar<int> bar;
bar.baz ();
bar.foo ();
bar.foo (); // { dg-error "instantiated" "" }
return 0;
}