We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f69ecd commit 966a9c3Copy full SHA for 966a9c3
tests/posix/headers/src/unistd_h.c
@@ -234,8 +234,8 @@ ZTEST(posix_headers, test_unistd_h)
234
/* zassert_not_null(fexecve); */ /* not implemented */
235
/* zassert_not_null(fork); */ /* not implemented */
236
/* zassert_not_null(fpathconf); */ /* not implemented */
237
- /* zassert_not_null(fsync); */ /* not implemented */
238
- /* zassert_not_null(ftruncate); */ /* not implemented */
+ zassert_not_null(fsync);
+ zassert_not_null(ftruncate);
239
/* zassert_not_null(getcwd); */ /* not implemented */
240
/* zassert_not_null(getegid); */ /* not implemented */
241
/* zassert_not_null(geteuid); */ /* not implemented */
0 commit comments