diff options
author | Christian Kandeler <christian.kandeler@qt.io> | 2021-09-21 12:58:38 +0200 |
---|---|---|
committer | Christian Kandeler <christian.kandeler@qt.io> | 2021-09-21 11:28:19 +0000 |
commit | e79b9050ebdf48f8174f4399833b9b54bae90b7c (patch) | |
tree | ddd496b4a10e34dc41c76af2abf771e51e393674 /tests/auto/cplusplus | |
parent | 2bd64982784128eb0f9690db8e12ccbd7e6062c5 (diff) | |
download | qt-creator-e79b9050ebdf48f8174f4399833b9b54bae90b7c.tar.gz |
CppEditor: Remove an unused enum value
Change-Id: Ifd0361a9a78eae7be917e1fff68161aa0cd8e79f
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Diffstat (limited to 'tests/auto/cplusplus')
-rw-r--r-- | tests/auto/cplusplus/checksymbols/tst_checksymbols.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/cplusplus/checksymbols/tst_checksymbols.cpp b/tests/auto/cplusplus/checksymbols/tst_checksymbols.cpp index d0705f6724..ae1eefa8d5 100644 --- a/tests/auto/cplusplus/checksymbols/tst_checksymbols.cpp +++ b/tests/auto/cplusplus/checksymbols/tst_checksymbols.cpp @@ -72,7 +72,6 @@ static QString useKindToString(UseKind useKind) CASE_STR(FunctionUse); CASE_STR(FunctionDeclarationUse); CASE_STR(PseudoKeywordUse); - CASE_STR(StringUse); default: QTest::qFail("Unknown UseKind", __FILE__, __LINE__); return QLatin1String("Unknown UseKind"); |