forked from qt-creator/qt-creator
GccParser: Fix typo in test name
Change-Id: I4f2f651356501ff23305efbb26aee232da7d153e Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
committed by
Orgad Shaneh
parent
7f5c471b0a
commit
4a86d8ca5c
@@ -604,7 +604,7 @@ void ProjectExplorerPlugin::testGccOutputParsers_data()
|
||||
8))
|
||||
<< QString();
|
||||
|
||||
QTest::newRow("instanciated from here")
|
||||
QTest::newRow("instantiated from here")
|
||||
<< QString::fromLatin1("main.cpp:10: instantiated from here ")
|
||||
<< OutputParserTester::STDERR
|
||||
<< QString() << QString()
|
||||
|
Reference in New Issue
Block a user