forked from qt-creator/qt-creator
CppEditor: Merge two TestCase classes
Change-Id: I53c7db9cda0a82706bee898d091f128c2c4bf32f Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -69,7 +69,7 @@ public:
|
||||
QString m_expectedSource;
|
||||
};
|
||||
|
||||
class BaseQuickFixTestCase : public TestCase
|
||||
class BaseQuickFixTestCase : public CppEditor::Tests::TestCase
|
||||
{
|
||||
public:
|
||||
/// Exactly one QuickFixTestDocument must contain the cursor position marker '@'
|
||||
|
||||
Reference in New Issue
Block a user