forked from qt-creator/qt-creator
TextEditor: Move test creation closer to tested code
Change-Id: I0f132dddd405bf17161e0e032f9496a90cdc5ab9 Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -177,8 +177,8 @@ void TextEditorPlugin::initialize()
|
||||
d->createStandardContextMenu();
|
||||
|
||||
#ifdef WITH_TESTS
|
||||
addTest<CodeAssistTests>();
|
||||
addTest<GenerigHighlighterTests>();
|
||||
addTestCreator(createCodeAssistTests);
|
||||
addTestCreator(createGenericHighlighterTests);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user