mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 08:36:15 +00:00
AK: Remove IsSigned<char> test as it is platform/compiler dependant.
This commit is contained in:
committed by
Andreas Kling
parent
b8fac0a8b3
commit
d77cbc0fa8
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user