1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-07 17:56:01 +02:00

Bug 358654: Improve name of testcase.

This commit is contained in:
Markus Schorn 2011-10-06 15:49:42 +02:00
parent c88a6117fd
commit 0975b80370

View file

@ -5535,7 +5535,7 @@ public class AST2TemplateTests extends AST2BaseTest {
// f(); // f();
// f<>(); // f<>();
// } // }
public void testInstantiationWithoutParameters_358654() throws Exception { public void testTemplateArgumentDeductionWithoutParameters_358654() throws Exception {
parseAndCheckBindings(); parseAndCheckBindings();
} }
} }