mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 15:38:10 +00:00
AK: Remove IsSigned<char> test as it is platform/compiler dependant.
This commit is contained in:
parent
b8fac0a8b3
commit
d77cbc0fa8
1 changed files with 0 additions and 1 deletions
|
@ -91,7 +91,6 @@ TEST_CASE(FundamentalTypeClassification)
|
|||
EXPECT_TRAIT_TRUE(IsUnsigned, unsigned long);
|
||||
EXPECT_TRAIT_FALSE(IsUnsigned, int);
|
||||
EXPECT_TRAIT_FALSE(IsUnsigned, short);
|
||||
EXPECT_TRAIT_FALSE(IsUnsigned, char);
|
||||
EXPECT_TRAIT_FALSE(IsUnsigned, long);
|
||||
|
||||
EXPECT_TRAIT_TRUE(IsEnum, Enummer);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue