AK: Remove IsSigned<char> test as it is platform/compiler dependant.
This commit is contained in:
parent
b8fac0a8b3
commit
d77cbc0fa8
Notes:
sideshowbarker
2024-07-18 21:00:29 +09:00
Author: https://github.com/mhermier Commit: https://github.com/SerenityOS/serenity/commit/d77cbc0fa89 Pull-request: https://github.com/SerenityOS/serenity/pull/5994
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