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:
parent
8cd6358322
commit
7c5ba6e7de
1 changed files with 0 additions and 3 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Reference in a new issue