mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-26 19:32:06 -05: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
Reference in a new issue