forked from qt-creator/qt-creator
CppTools: Fix bug reference for failing test
It doesn't look like the same issue. Change-Id: I6f3b588ebd09f8f74a9fd714e6fbf987b02304d1 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
990135128f
commit
4bb0243664
@@ -319,7 +319,7 @@ void CppToolsPlugin::test_completion()
|
||||
QEXPECT_FAIL("enum_in_function_in_struct_in_function_anon", "QTCREATORBUG-13757", Abort);
|
||||
QEXPECT_FAIL("enum_in_class_accessed_in_member_func_cxx11", "QTCREATORBUG-13757", Abort);
|
||||
QEXPECT_FAIL("enum_in_class_accessed_in_member_func_inline_cxx11", "QTCREATORBUG-13757", Abort);
|
||||
QEXPECT_FAIL("pointer_partial_specialization", "QTCREATORBUG-14036", Abort);
|
||||
QEXPECT_FAIL("pointer_partial_specialization", "QTCREATORBUG-14141", Abort);
|
||||
QCOMPARE(actualCompletions, expectedCompletions);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user