summaryrefslogtreecommitdiff
blob: 91e2de2566c01c3a4b47feb72baa8cee73472088 (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
31
32
33
34
35
From: Filip Kobierski <fkobi@pm.me>

Here are the failiure messages:
test_c(): Assertion `!in.fail()' failed.
test_Ip(): Assertion `tp == sys_days{2016_y/12/11} + hours{13}' failed.
test_p():  Assertion `tp == sys_days{2016_y/12/11} + hours{23}' failed.
---
 test/date_test/parse.pass.cpp | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/test/date_test/parse.pass.cpp b/test/date_test/parse.pass.cpp
index a7fecfd..bd1cef4 100644
--- a/test/date_test/parse.pass.cpp
+++ b/test/date_test/parse.pass.cpp
@@ -891,17 +891,14 @@ 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();
-- 
2.44.2