mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Fixed a typo.
This commit is contained in:
parent
882adb6f42
commit
916e6edd31
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ public class CModelIdentifierTests extends BaseTestCase {
|
|||
CProjectHelper.delete(fCProject);
|
||||
}
|
||||
|
||||
public void testIdentiferConsistency() throws Exception {
|
||||
public void testIdentifierConsistency() throws Exception {
|
||||
ITranslationUnit tu = (ITranslationUnit)CoreModel.getDefault().create(fHeaderFile);
|
||||
|
||||
final String cModelIdentifier= tu.getCModel().getHandleIdentifier();
|
||||
|
|
Loading…
Add table
Reference in a new issue