diff options
author | Christian Kandeler <christian.kandeler@qt.io> | 2021-09-07 11:39:33 +0200 |
---|---|---|
committer | Christian Kandeler <christian.kandeler@qt.io> | 2021-09-08 08:03:14 +0000 |
commit | 473746e8fde6cabe05c36a78e517f8115d5e4e30 (patch) | |
tree | 3c2bf49ffd039859698c860dd2d0d2b42e95247a /src/plugins/cppeditor/cppuseselections_test.cpp | |
parent | a09ec2e0e98046291dfa4c28223666f2673546ab (diff) | |
download | qt-creator-473746e8fde6cabe05c36a78e517f8115d5e4e30.tar.gz |
CppEditor: Merge two TestCase classes
Change-Id: I53c7db9cda0a82706bee898d091f128c2c4bf32f
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Diffstat (limited to 'src/plugins/cppeditor/cppuseselections_test.cpp')
-rw-r--r-- | src/plugins/cppeditor/cppuseselections_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/cppeditor/cppuseselections_test.cpp b/src/plugins/cppeditor/cppuseselections_test.cpp index 48a826243d..a0742f186d 100644 --- a/src/plugins/cppeditor/cppuseselections_test.cpp +++ b/src/plugins/cppeditor/cppuseselections_test.cpp @@ -65,7 +65,7 @@ namespace Tests { // Check: If the user puts the cursor on e.g. a function-local variable, // a type name or a macro use, all occurrences of that entity are highlighted. -class UseSelectionsTestCase : public TestCase +class UseSelectionsTestCase : public CppEditor::Tests::TestCase { public: UseSelectionsTestCase(GenericCppTestDocument &testDocument, |