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:
parent
cddee53cf1
commit
5f238f4c9b
1 changed files with 3 additions and 0 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue