CppEditor: Adjust completer tests to latest changes

Change-Id: I79cefaab88340e37161a31b1f356901dde947a0c
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
David Schulz
2016-08-01 15:14:34 +02:00
parent 36875ad4f3
commit f6f3e02e4a

View File

@@ -371,7 +371,7 @@ void CppEditorPlugin::test_autoBackspace_data()
QTest::newRow((QLatin1String("Inside ") + charGroupTestName(c)).toLatin1().data()) QTest::newRow((QLatin1String("Inside ") + charGroupTestName(c)).toLatin1().data())
<< fileContent(InBetween, c) << fileContent(InBetween, c)
<< QString("([").contains(c); << QString("(['\"").contains(c);
} }
} }