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:
parent
8825fd6135
commit
882adb6f42
1 changed files with 1 additions and 1 deletions
|
@ -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", "");
|
||||
|
|
Loading…
Add table
Reference in a new issue