mirror of
https://github.com/dlang/phobos.git
synced 2025-04-29 14:40:30 +03:00
On Android, update std.datetime to extract timezone data and some other fixes.
This commit is contained in:
parent
679298a7a9
commit
10c01a0614
6 changed files with 159 additions and 61 deletions
|
@ -466,9 +466,11 @@ class Protocol
|
|||
}
|
||||
|
||||
|
||||
// Skip this test on Android because getprotobyname/number are
|
||||
// unimplemented in bionic.
|
||||
version(CRuntime_Bionic) {} else
|
||||
unittest
|
||||
{
|
||||
// getprotobyname,number are unimplemented in bionic
|
||||
softUnittest({
|
||||
Protocol proto = new Protocol;
|
||||
assert(proto.getProtocolByType(ProtocolType.TCP));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue