aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cppeditor/followsymbol_switchmethoddecldef_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/cppeditor/followsymbol_switchmethoddecldef_test.cpp')
-rw-r--r--src/plugins/cppeditor/followsymbol_switchmethoddecldef_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/cppeditor/followsymbol_switchmethoddecldef_test.cpp b/src/plugins/cppeditor/followsymbol_switchmethoddecldef_test.cpp
index feac4e70fa7..21664ea1402 100644
--- a/src/plugins/cppeditor/followsymbol_switchmethoddecldef_test.cpp
+++ b/src/plugins/cppeditor/followsymbol_switchmethoddecldef_test.cpp
@@ -449,7 +449,7 @@ F2TestCase::F2TestCase(CppEditorAction action,
first.text = "<base declaration>";
expectedImmediate << first;
}
- expectedImmediate << OverrideItem(QLatin1String("collecting overrides ..."));
+ expectedImmediate << OverrideItem(QLatin1String("collecting overrides..."));
}
QCOMPARE(immediateVirtualSymbolResults, expectedImmediate);
if (useClangd) {