1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Additional testcases are passing with the new preprocessor.

This commit is contained in:
Markus Schorn 2007-11-14 12:08:01 +00:00
parent 8cd6358322
commit 7c5ba6e7de

View file

@ -56,9 +56,6 @@ public class CompletionTest_MacroRef_NoPrefix extends CompletionProposalsBaseTe
public CompletionTest_MacroRef_NoPrefix(String name) {
super(name);
setExpectFailure(0); // no bugnumber, the test fails because I added additional macros that
// are reported by the CPreprocessor, but not by Scanner2. As soon as we switch over to the
// CPreprocessor, the test-case works again.
}
public static Test suite() {