mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-25 01:45:33 +02:00
Bug 398696 - Name resolution problem with a conditional enum value
This commit is contained in:
parent
9a0842acd5
commit
2d3cc44232
1 changed files with 1 additions and 3 deletions
|
@ -7031,8 +7031,6 @@ public class AST2TemplateTests extends AST2BaseTest {
|
|||
// D<bool>::E::m();
|
||||
// }
|
||||
public void testDependentEnum_398696() throws Exception {
|
||||
BindingAssertionHelper ah = getAssertionHelper();
|
||||
ah.assertNonProblem("D<bool>::E::m()", "m");
|
||||
// parseAndCheckBindings();
|
||||
parseAndCheckBindings();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue