summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikolai Kosjar <nikolai.kosjar@theqtcompany.com>2015-04-13 17:57:53 +0200
committerNikolai Kosjar <nikolai.kosjar@theqtcompany.com>2015-04-13 19:05:55 +0300
commitf8dc9c44184a428133038d3a5cefff366d0bceb0 (patch)
tree62c8855975e336a79c0a5b3f17e0f363c9688605
parent3c9346a219f5cfea3c94d209f87fa65d73e8579b (diff)
downloadqt-creator-f8dc9c44184a428133038d3a5cefff366d0bceb0.tar.gz
Fix typo in unit tests
Change-Id: I2e44d2174878211e5dfabc39c80488e5a1848943 Reviewed-by: Christian Kandeler <christian.kandeler@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 d73cf78e42..21b086858e 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;
}