mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-04 06:45:43 +02:00
testFunctionInstanceAsTemplateArg_Bug334472 is no longer failing due to
Markus' changes.
This commit is contained in:
parent
e10d1e3719
commit
e48da78780
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