From f6f3e02e4acf504d74e3cdeaf35351d121046858 Mon Sep 17 00:00:00 2001 From: David Schulz Date: Mon, 1 Aug 2016 15:14:34 +0200 Subject: [PATCH] CppEditor: Adjust completer tests to latest changes Change-Id: I79cefaab88340e37161a31b1f356901dde947a0c Reviewed-by: Christian Stenger --- src/plugins/cppeditor/cppautocompleter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/cppeditor/cppautocompleter.cpp b/src/plugins/cppeditor/cppautocompleter.cpp index 2df19e8a02c..da1e6b527b7 100644 --- a/src/plugins/cppeditor/cppautocompleter.cpp +++ b/src/plugins/cppeditor/cppautocompleter.cpp @@ -371,7 +371,7 @@ void CppEditorPlugin::test_autoBackspace_data() QTest::newRow((QLatin1String("Inside ") + charGroupTestName(c)).toLatin1().data()) << fileContent(InBetween, c) - << QString("([").contains(c); + << QString("(['\"").contains(c); } }