mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-12 02:35:37 +02:00
Bug 398696 - Name resolution problem with a conditional enum value
This commit is contained in:
parent
5cd842b311
commit
f2b397871d
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