diff options
Diffstat (limited to 'src/plugins/cppeditor/cppsourceprocessor_test.cpp')
| -rw-r--r-- | src/plugins/cppeditor/cppsourceprocessor_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/cppeditor/cppsourceprocessor_test.cpp b/src/plugins/cppeditor/cppsourceprocessor_test.cpp index dc010432ad..f381cf4d6d 100644 --- a/src/plugins/cppeditor/cppsourceprocessor_test.cpp +++ b/src/plugins/cppeditor/cppsourceprocessor_test.cpp @@ -126,7 +126,7 @@ void SourceProcessorTest::testIncludesCyclic() // Open editor TextEditor::BaseTextEditor *editor; - QVERIFY(testCase.openBaseTextEditor(fileName1, &editor)); + QVERIFY(testCase.openCppEditor(fileName1, &editor)); testCase.closeEditorAtEndOfTestCase(editor); // Check editor snapshot |
