1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

testFunctionInstanceAsTemplateArg_Bug334472 is no longer failing due to

Markus' changes.
This commit is contained in:
Sergey Prigogin 2012-06-28 17:37:35 -07:00
parent 150fe857a0
commit 569d7bab40

View file

@ -5256,7 +5256,7 @@ public class AST2TemplateTests extends AST2BaseTest {
// void test() {
// P(C());
// }
public void _testFunctionInstanceAsTemplateArg_Bug334472() throws Exception {
public void testFunctionInstanceAsTemplateArg_Bug334472() throws Exception {
parseAndCheckBindings();
}