From 43baefd7e3845870f9405e3a56103554490e8433 Mon Sep 17 00:00:00 2001 From: Vivian Kong Date: Thu, 3 Jun 2010 14:06:55 +0000 Subject: [PATCH] Bug 315435 Fix the regression test failures in cdt70 --- .../org/eclipse/cdt/core/parser/tests/ast2/AST2BaseTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/org.eclipse.cdt.core.tests/parser/org/eclipse/cdt/core/parser/tests/ast2/AST2BaseTest.java b/core/org.eclipse.cdt.core.tests/parser/org/eclipse/cdt/core/parser/tests/ast2/AST2BaseTest.java index fb3ee4fbf29..c8b13ca8995 100644 --- a/core/org.eclipse.cdt.core.tests/parser/org/eclipse/cdt/core/parser/tests/ast2/AST2BaseTest.java +++ b/core/org.eclipse.cdt.core.tests/parser/org/eclipse/cdt/core/parser/tests/ast2/AST2BaseTest.java @@ -94,7 +94,7 @@ import org.eclipse.cdt.internal.core.parser.scanner.CPreprocessor; * @author aniefer */ public class AST2BaseTest extends BaseTestCase { - protected final static String TEST_CODE = ""; + public final static String TEST_CODE = ""; protected static final IParserLogService NULL_LOG = new NullLogService(); protected static boolean sValidateCopy;