blob: d6257c4c3016e5da938025d651639a0d04795dcd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
--- 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();
|