1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-24 01:15:29 +02:00

Bug 315435 Fix the regression test failures in cdt70

This commit is contained in:
Vivian Kong 2010-06-03 14:06:55 +00:00
parent b01f608abb
commit 43baefd7e3

View file

@ -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 = "<testcode>";
public final static String TEST_CODE = "<testcode>";
protected static final IParserLogService NULL_LOG = new NullLogService();
protected static boolean sValidateCopy;