1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-30 21:55:31 +02:00

Fixed a typo.

This commit is contained in:
Sergey Prigogin 2008-11-15 20:38:09 +00:00
parent 8825fd6135
commit 882adb6f42

View file

@ -1484,7 +1484,7 @@ public class IndexBugsTests extends BaseTestCase {
// #include "dir"
// #include "header.h"
public void testIncludsionOfFolders_Bug243682() throws Exception {
public void testInclusionOfFolders_Bug243682() throws Exception {
String contents= getContentsForTest(1)[0];
final IIndexManager indexManager = CCorePlugin.getIndexManager();
IFile sol= TestSourceReader.createFile(fCProject.getProject(), "f1/header.h", "");