summaryrefslogtreecommitdiffstats
path: root/src/testlib
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@qt.io>2016-05-03 11:28:34 +0200
committerMitch Curtis <mitch.curtis@qt.io>2016-05-03 10:46:35 +0000
commit155533e05995c743f8ba983055f7df98d0960c48 (patch)
treeab44776a202677a204d5ea24f8b69ebae67a1086 /src/testlib
parent780d21e1290cb289ae330c46597a381c61b2d86c (diff)
Fix grammar in QSKIP documentation
Change-Id: Ia57dd2c859ae5b025515c45593a7f89a1b7f28ff Reviewed-by: Topi Reiniƶ <topi.reinio@theqtcompany.com>
Diffstat (limited to 'src/testlib')
-rw-r--r--src/testlib/qtestcase.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testlib/qtestcase.cpp b/src/testlib/qtestcase.cpp
index 6e30a5d429..62649441db 100644
--- a/src/testlib/qtestcase.cpp
+++ b/src/testlib/qtestcase.cpp
@@ -420,7 +420,7 @@ static void stackTrace()
row of test data, so an unconditional call to QSKIP will produce one skip
message in the test log for each row of test data.
- If called from an _data function, the QSKIP() macro will stop execution of
+ If called from a _data function, the QSKIP() macro will stop execution of
the _data function and will prevent execution of the associated test
function.