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

Fixed a typo.

This commit is contained in:
Sergey Prigogin 2008-11-16 03:22:30 +00:00
parent 882adb6f42
commit 916e6edd31

View file

@ -73,7 +73,7 @@ public class CModelIdentifierTests extends BaseTestCase {
CProjectHelper.delete(fCProject); CProjectHelper.delete(fCProject);
} }
public void testIdentiferConsistency() throws Exception { public void testIdentifierConsistency() throws Exception {
ITranslationUnit tu = (ITranslationUnit)CoreModel.getDefault().create(fHeaderFile); ITranslationUnit tu = (ITranslationUnit)CoreModel.getDefault().create(fHeaderFile);
final String cModelIdentifier= tu.getCModel().getHandleIdentifier(); final String cModelIdentifier= tu.getCModel().getHandleIdentifier();