GccParser: Fix typo in test name

Change-Id: I4f2f651356501ff23305efbb26aee232da7d153e
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
Orgad Shaneh
2022-09-02 09:00:50 +03:00
committed by Orgad Shaneh
parent 7f5c471b0a
commit 4a86d8ca5c

View File

@@ -604,7 +604,7 @@ void ProjectExplorerPlugin::testGccOutputParsers_data()
8)) 8))
<< QString(); << QString();
QTest::newRow("instanciated from here") QTest::newRow("instantiated from here")
<< QString::fromLatin1("main.cpp:10: instantiated from here ") << QString::fromLatin1("main.cpp:10: instantiated from here ")
<< OutputParserTester::STDERR << OutputParserTester::STDERR
<< QString() << QString() << QString() << QString()