From 7c5ba6e7de754e6ec37416b9baef41be90bf80a7 Mon Sep 17 00:00:00 2001 From: Markus Schorn Date: Wed, 14 Nov 2007 12:08:01 +0000 Subject: [PATCH] Additional testcases are passing with the new preprocessor. --- .../text/contentassist2/CompletionTest_MacroRef_NoPrefix.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/core/org.eclipse.cdt.ui.tests/ui/org/eclipse/cdt/ui/tests/text/contentassist2/CompletionTest_MacroRef_NoPrefix.java b/core/org.eclipse.cdt.ui.tests/ui/org/eclipse/cdt/ui/tests/text/contentassist2/CompletionTest_MacroRef_NoPrefix.java index 5a60759c9b3..26e80233397 100644 --- a/core/org.eclipse.cdt.ui.tests/ui/org/eclipse/cdt/ui/tests/text/contentassist2/CompletionTest_MacroRef_NoPrefix.java +++ b/core/org.eclipse.cdt.ui.tests/ui/org/eclipse/cdt/ui/tests/text/contentassist2/CompletionTest_MacroRef_NoPrefix.java @@ -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() {