From 155533e05995c743f8ba983055f7df98d0960c48 Mon Sep 17 00:00:00 2001 From: Mitch Curtis Date: Tue, 3 May 2016 11:28:34 +0200 Subject: Fix grammar in QSKIP documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ia57dd2c859ae5b025515c45593a7f89a1b7f28ff Reviewed-by: Topi Reiniƶ --- src/testlib/qtestcase.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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. -- cgit v1.2.3