mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 14:27:35 +00:00
AK+Tests: Make null strings compare less than non-null strings
This behavior regressed in ca58c71faa
.
Fixes #12213
This commit is contained in:
parent
3bb580ba1d
commit
8473f6caee
2 changed files with 8 additions and 5 deletions
|
@ -42,10 +42,7 @@ TEST_CASE(construct_contents)
|
|||
|
||||
TEST_CASE(equal)
|
||||
{
|
||||
// FIXME: Enable this as soon as it's fixed.
|
||||
#if 0
|
||||
EXPECT_NE(String::empty(), String {});
|
||||
#endif
|
||||
}
|
||||
|
||||
TEST_CASE(compare)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue