mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
bdcc683d4e
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
30 lines
544 B
Diff
30 lines
544 B
Diff
--- a/test/date_test/parse.pass.cpp 2020-06-02 18:08:57.000000000 -0700
|
|
+++ b/test/date_test/parse.pass.cpp 2020-07-11 19:35:35.349377734 -0700
|
|
@@ -874,27 +874,20 @@
|
|
int
|
|
main()
|
|
{
|
|
- test_a();
|
|
- test_b();
|
|
- test_c();
|
|
test_C();
|
|
test_d();
|
|
test_D();
|
|
test_F();
|
|
test_H();
|
|
- test_Ip();
|
|
test_j();
|
|
test_m();
|
|
test_M();
|
|
- test_p();
|
|
- test_r();
|
|
test_R();
|
|
test_S();
|
|
test_T();
|
|
test_U();
|
|
test_W();
|
|
test_GV();
|
|
- test_x();
|
|
test_X();
|
|
test_z();
|
|
test_Z();
|