aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cpptools/cpppointerdeclarationformatter_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/cpptools/cpppointerdeclarationformatter_test.cpp')
-rw-r--r--src/plugins/cpptools/cpppointerdeclarationformatter_test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/cpptools/cpppointerdeclarationformatter_test.cpp b/src/plugins/cpptools/cpppointerdeclarationformatter_test.cpp
index 0edbb60aa9..bd2959b83c 100644
--- a/src/plugins/cpptools/cpppointerdeclarationformatter_test.cpp
+++ b/src/plugins/cpptools/cpppointerdeclarationformatter_test.cpp
@@ -654,7 +654,7 @@ void CppToolsPlugin::test_format_pointerdeclaration_macros_data()
"public:\n"
" typedef QPair<QString, QString> Item;\n"
" \n"
- " Core::Id dataId(); // the higher the closer to top.\n"
+ " Utils::Id dataId(); // the higher the closer to top.\n"
" \n"
" unsigned int priority() = 0;\n"
" \n"
@@ -675,7 +675,7 @@ void CppToolsPlugin::test_format_pointerdeclaration_macros_data()
"public:\n"
" typedef QPair<QString, QString> Item;\n"
" \n"
- " Core::Id dataId(); // the higher the closer to top.\n"
+ " Utils::Id dataId(); // the higher the closer to top.\n"
" \n"
" unsigned int priority() = 0;\n"
" \n"