mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Bug 362442. Enabled test that is to failing anymore thanks to Markus'
fix.
This commit is contained in:
parent
df445a2f06
commit
0dcb27b1eb
1 changed files with 1 additions and 4 deletions
|
@ -131,10 +131,7 @@ public class IndexMultiVariantHeaderTest extends IndexBindingResolutionTestBase
|
|||
// y = 0;
|
||||
// z = 0;
|
||||
// }
|
||||
public void _testSignificantMacroDetection() throws Exception {
|
||||
// TODO(sprigogin): For this test to work REPORT_SIGNIFICANT_MACROS flag
|
||||
// should be passed to CPreprocessor.expandMacro method. See
|
||||
// http://bugs.eclipse.org/bugs/show_bug.cgi?id=197989#c92 for details.
|
||||
public void testSignificantMacroDetection() throws Exception {
|
||||
getBindingFromASTName("x = 0", 1, ICPPVariable.class);
|
||||
getBindingFromASTName("y = 0", 1, ICPPVariable.class);
|
||||
getBindingFromASTName("z = 0", 1, ICPPVariable.class);
|
||||
|
|
Loading…
Add table
Reference in a new issue