aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests/kselftest.h
diff options
context:
space:
mode:
authorThiago Jung Bauermann <bauerman@linux.ibm.com>2018-07-24 23:57:25 -0300
committerShuah Khan (Samsung OSG) <shuah@kernel.org>2018-08-27 14:07:46 -0600
commitc31d02d1290e1e82a08015199e408228e152991f (patch)
tree6bb63dc1a77c85870c911bdb9c5bdf5853abb5b9 /tools/testing/selftests/kselftest.h
parentselftests: android: move config up a level (diff)
downloadwireguard-linux-c31d02d1290e1e82a08015199e408228e152991f.tar.xz
wireguard-linux-c31d02d1290e1e82a08015199e408228e152991f.zip
selftests: kselftest: Remove outdated comment
Commit 3c07aaef6598 ("selftests: kselftest: change KSFT_SKIP=4 instead of KSFT_PASS") reverted commit 11867a77eb85 ("selftests: kselftest framework: change skip exit code to 0") but missed removing the comment which that commit added, so do that now. Signed-off-by: Thiago Jung Bauermann <bauerman@linux.ibm.com> Signed-off-by: Shuah Khan (Samsung OSG) <shuah@kernel.org>
Diffstat (limited to 'tools/testing/selftests/kselftest.h')
-rw-r--r--tools/testing/selftests/kselftest.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/testing/selftests/kselftest.h b/tools/testing/selftests/kselftest.h
index 15e6b75fc3a5..a3edb2c8e43d 100644
--- a/tools/testing/selftests/kselftest.h
+++ b/tools/testing/selftests/kselftest.h
@@ -19,7 +19,6 @@
#define KSFT_FAIL 1
#define KSFT_XFAIL 2
#define KSFT_XPASS 3
-/* Treat skip as pass */
#define KSFT_SKIP 4
/* counters */