aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Stenger <christian.stenger@theqtcompany.com>2015-02-12 12:36:46 +0100
committerChristian Stenger <christian.stenger@theqtcompany.com>2015-02-25 13:13:15 +0200
commitc87737d97fd76b177b18bd7d0f1f2c4abe31f34f (patch)
tree92765ad1a6ff7220c3d50d3b2922675a74e0427f
parent0ece47de90734a041a6c5524129661e62f53b211 (diff)
UnitTest: Fix typo
Change-Id: I2272740c7db66aaab77b05c53b14e182ccc8b919 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-rw-r--r--plugins/clangstaticanalyzer/clangstaticanalyzerunittests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/clangstaticanalyzer/clangstaticanalyzerunittests.cpp b/plugins/clangstaticanalyzer/clangstaticanalyzerunittests.cpp
index 82c5ac1b29..401359cc6c 100644
--- a/plugins/clangstaticanalyzer/clangstaticanalyzerunittests.cpp
+++ b/plugins/clangstaticanalyzer/clangstaticanalyzerunittests.cpp
@@ -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;
}