mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 17:05:26 +02:00
Reworked pointer-to-member types, bug 264479.
This commit is contained in:
parent
dfb35058dd
commit
c29405a6f8
1 changed files with 1 additions and 1 deletions
|
@ -3766,7 +3766,7 @@ public class AST2TemplateTests extends AST2BaseTest {
|
|||
// A<C> make_A(C* p) {
|
||||
// return A<C>(p);
|
||||
// }
|
||||
public void _testForwardDeclarations_264109() throws Exception {
|
||||
public void testForwardDeclarations_264109() throws Exception {
|
||||
final String code = getAboveComment();
|
||||
BindingAssertionHelper bh= new BindingAssertionHelper(code, true);
|
||||
bh.assertNonProblem("A<C> make_A(C* p) {", 4, ICPPTemplateInstance.class);
|
||||
|
|
Loading…
Add table
Reference in a new issue