1
0
Fork 0
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:
Sergey Prigogin 2013-01-21 20:11:25 -08:00
parent 9a0842acd5
commit 2d3cc44232

View file

@ -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();
}
}