aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cppeditor/cppuseselections_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/cppeditor/cppuseselections_test.cpp')
-rw-r--r--src/plugins/cppeditor/cppuseselections_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/cppeditor/cppuseselections_test.cpp b/src/plugins/cppeditor/cppuseselections_test.cpp
index 99674b2e3c..f917c59461 100644
--- a/src/plugins/cppeditor/cppuseselections_test.cpp
+++ b/src/plugins/cppeditor/cppuseselections_test.cpp
@@ -165,7 +165,7 @@ void CppEditorPlugin::test_useSelections_data()
);
QTest::newRow("local use as macro argument 1 - argument expanded")
- << _("#define Q_UNUSED(x) (void)x;\n"
+ << _("#define Q_UNUSED(x) (void)x\n"
"void f(int arg)\n"
"{\n"
" Q_UNUSED(@arg)\n"