Fix typo in unit tests

Change-Id: I2e44d2174878211e5dfabc39c80488e5a1848943
Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
This commit is contained in:
Nikolai Kosjar
2015-04-13 17:57:53 +02:00
parent 3c9346a219
commit f8dc9c4418

View File

@@ -96,7 +96,7 @@ void ClangStaticAnalyzerUnitTests::testProject_data()
QTest::addColumn<int>("expectedDiagCount");
QTest::newRow("qbs project")
<< QString(m_tmpDir->path() + QLatin1String("/simple/simple.qbs")) << 1;
QTest::newRow("qbs project")
QTest::newRow("qmake project")
<< QString(m_tmpDir->path() + QLatin1String("/simple/simple.pro")) << 1;
}