aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cppeditor/followsymbol_switchmethoddecldef_test.cpp
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2021-05-28 14:12:10 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2021-06-14 07:48:48 +0000
commit4899e133c9cc6736925e4860f560a0105e61edfd (patch)
treee26007faae7c3dd75bb43f0ec71c73498adb1c3a /src/plugins/cppeditor/followsymbol_switchmethoddecldef_test.cpp
parenta93d549be1a71476d664ff07dad4cf4d836a05ee (diff)
ClangCodeModel: Keep base declaration on top
... when presenting the list of virtual overrides, as we do in the built-in code model. Change-Id: I2598438f78cd9d9a7ddc1620391cea51d7e2da42 Reviewed-by: David Schulz <david.schulz@qt.io>
Diffstat (limited to 'src/plugins/cppeditor/followsymbol_switchmethoddecldef_test.cpp')
-rw-r--r--src/plugins/cppeditor/followsymbol_switchmethoddecldef_test.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/cppeditor/followsymbol_switchmethoddecldef_test.cpp b/src/plugins/cppeditor/followsymbol_switchmethoddecldef_test.cpp
index 75f7049747..fbd23e1bd0 100644
--- a/src/plugins/cppeditor/followsymbol_switchmethoddecldef_test.cpp
+++ b/src/plugins/cppeditor/followsymbol_switchmethoddecldef_test.cpp
@@ -516,8 +516,6 @@ F2TestCase::F2TestCase(CppEditorAction action,
if (useClangd)
QEXPECT_FAIL("allOverrides from base declaration", "FIXME: check why this fails", Abort);
QCOMPARE(finalVirtualSymbolResults.size(), expectedVirtualFunctionProposal.size());
- if (useClangd)
- QEXPECT_FAIL("itemOrder", "FIXME: sort items", Abort);
QCOMPARE(finalVirtualSymbolResults, expectedVirtualFunctionProposal);
}