1
0
Fork 0
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:
Sergey Prigogin 2011-12-21 10:14:27 -08:00
parent df445a2f06
commit 0dcb27b1eb

View file

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