Skip to content

Commit 7373296

Browse files
committed
Unskip tests
1 parent 577c25c commit 7373296

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

testdata/message2/icu-test-functions.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,13 +112,11 @@
112112
},
113113
{
114114
"src": "Expires at {|2024-07-02T19:23:45Z| :datetime timeStyle=long}",
115-
"exp": "Expires at 7:23:45 PM GMT",
116-
"ignoreCpp": "ICU-22754 Time zones not working yet (bug)"
115+
"exp": "Expires at 7:23:45 PM GMT"
117116
},
118117
{
119118
"src": "Expires at {|2024-07-02T19:23:45+03:30| :datetime timeStyle=full}",
120-
"exp": "Expires at 7:23:45 PM GMT+03:30",
121-
"ignoreCpp": "ICU-22754 Time zones not working yet (bug)"
119+
"exp": "Expires at 7:23:45 PM GMT+03:30"
122120
},
123121
{
124122
"comment": "Horibly long, but I really wanted to test multiple declarations with overrides, and you can't join strings in JSON",

0 commit comments

Comments
 (0)