Fix grammar in QSKIP documentation

Change-Id: Ia57dd2c859ae5b025515c45593a7f89a1b7f28ff
Reviewed-by: Topi Reiniö <topi.reinio@theqtcompany.com>
This commit is contained in:
Mitch Curtis 2016-05-03 11:28:34 +02:00
parent 780d21e129
commit 155533e059

View File

@ -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.