summaryrefslogtreecommitdiff
path: root/src/plugins/cpptools/cppcompletion_test.cpp
diff options
context:
space:
mode:
authorOrgad Shaneh <orgad.shaneh@audiocodes.com>2015-03-14 21:45:41 +0200
committerOrgad Shaneh <orgads@gmail.com>2015-03-24 15:42:24 +0000
commit4bb024366496a4b13a0e2966eae31193c0f1b9c2 (patch)
treec6d047f0fca46677515983057bd365b79604ee82 /src/plugins/cpptools/cppcompletion_test.cpp
parent990135128f10c58070ef65482c56edbc2af15ac3 (diff)
downloadqt-creator-4bb024366496a4b13a0e2966eae31193c0f1b9c2.tar.gz
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>
Diffstat (limited to 'src/plugins/cpptools/cppcompletion_test.cpp')
-rw-r--r--src/plugins/cpptools/cppcompletion_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/cpptools/cppcompletion_test.cpp b/src/plugins/cpptools/cppcompletion_test.cpp
index 405867148d..81e6d8b049 100644
--- a/src/plugins/cpptools/cppcompletion_test.cpp
+++ b/src/plugins/cpptools/cppcompletion_test.cpp
@@ -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);
}