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:
parent
150fe857a0
commit
569d7bab40
1 changed files with 1 additions and 1 deletions
|
@ -5256,7 +5256,7 @@ public class AST2TemplateTests extends AST2BaseTest {
|
||||||
// void test() {
|
// void test() {
|
||||||
// P(C());
|
// P(C());
|
||||||
// }
|
// }
|
||||||
public void _testFunctionInstanceAsTemplateArg_Bug334472() throws Exception {
|
public void testFunctionInstanceAsTemplateArg_Bug334472() throws Exception {
|
||||||
parseAndCheckBindings();
|
parseAndCheckBindings();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue