]>
git.saurik.com Git - apple/libc.git/blob - tests/strptime.c
3 #include <darwintest.h>
4 #include <darwintest_utils.h>
6 T_DECL(PR_27004626
, "strptime() should fail when a %t doesn't match anything")
9 T_ASSERT_NULL(strptime("there'snotemplateforthis", "%t", &tm
), NULL
);