forked from qt-creator/qt-creator
Fix typo in unit tests
Change-Id: I2e44d2174878211e5dfabc39c80488e5a1848943 Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
This commit is contained in:
@@ -96,7 +96,7 @@ void ClangStaticAnalyzerUnitTests::testProject_data()
|
|||||||
QTest::addColumn<int>("expectedDiagCount");
|
QTest::addColumn<int>("expectedDiagCount");
|
||||||
QTest::newRow("qbs project")
|
QTest::newRow("qbs project")
|
||||||
<< QString(m_tmpDir->path() + QLatin1String("/simple/simple.qbs")) << 1;
|
<< 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;
|
<< QString(m_tmpDir->path() + QLatin1String("/simple/simple.pro")) << 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user