1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-04 14:55:41 +02:00

Fixed test causing MBS tests to fail.

This commit is contained in:
Andrew Gvozdev 2012-04-03 18:04:09 -04:00
parent cddee53cf1
commit 5f238f4c9b

View file

@ -1818,6 +1818,9 @@ public class GCCBuildCommandParserTest extends BaseTestCase {
CIncludePathEntry expected = new CIncludePathEntry(path0, 0); CIncludePathEntry expected = new CIncludePathEntry(path0, 0);
assertEquals(expected, entries.get(0)); assertEquals(expected, entries.get(0));
} }
// cleanup
contentType.removeFileSpec("x++", IContentTypeSettings.FILE_EXTENSION_SPEC);
} }
/** /**