diff options
Diffstat (limited to 'lib/test_printf.c')
-rw-r--r-- | lib/test_printf.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/test_printf.c b/lib/test_printf.c index 659b6cc0d483..250ee864b8b8 100644 --- a/lib/test_printf.c +++ b/lib/test_printf.c | |||
@@ -462,8 +462,7 @@ struct_rtc_time(void) | |||
462 | .tm_year = 118, | 462 | .tm_year = 118, |
463 | }; | 463 | }; |
464 | 464 | ||
465 | test_hashed("%pt", &tm); | 465 | test("(%ptR?)", "%pt", &tm); |
466 | |||
467 | test("2018-11-26T05:35:43", "%ptR", &tm); | 466 | test("2018-11-26T05:35:43", "%ptR", &tm); |
468 | test("0118-10-26T05:35:43", "%ptRr", &tm); | 467 | test("0118-10-26T05:35:43", "%ptRr", &tm); |
469 | test("05:35:43|2018-11-26", "%ptRt|%ptRd", &tm, &tm); | 468 | test("05:35:43|2018-11-26", "%ptRt|%ptRd", &tm, &tm); |