mirror of
https://github.com/dlang/phobos.git
synced 2025-04-27 13:40:20 +03:00
Fix test breakage due to bug# 6354.
http://d.puremagic.com/issues/show_bug.cgi?id=6354 The test in question should be re-enabled once 6354 has been fixed.
This commit is contained in:
parent
10ef435bc4
commit
8167a7aedb
1 changed files with 3 additions and 0 deletions
|
@ -1317,6 +1317,8 @@ unittest
|
|||
static if(isSigned!T)
|
||||
assert(swapEndian(swapEndian(cast(T)0)) == 0);
|
||||
|
||||
// @@@BUG6354@@@
|
||||
/+
|
||||
static if(T.sizeof > 1 && isUnsigned!T)
|
||||
{
|
||||
T left = 0xffU;
|
||||
|
@ -1331,6 +1333,7 @@ unittest
|
|||
right <<= 8;
|
||||
}
|
||||
}
|
||||
+/
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue