diff options
Diffstat (limited to 'lib/libcrypt/tests/crypt_tests.c')
-rw-r--r-- | lib/libcrypt/tests/crypt_tests.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcrypt/tests/crypt_tests.c b/lib/libcrypt/tests/crypt_tests.c index 3331d12..426d10e 100644 --- a/lib/libcrypt/tests/crypt_tests.c +++ b/lib/libcrypt/tests/crypt_tests.c @@ -43,7 +43,7 @@ ATF_TC_BODY(invalid, tc) /* * This function must not do anything except enumerate - * the test cases, else atf-run is likely to be upset. + * the test cases, per atf-c-api(3). */ ATF_TP_ADD_TCS(tp) { |