mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-13 03:29:49 +00:00
Tests: Remove StringView char const* initialization test
We now explicitly disallow this.
This commit is contained in:
parent
604aac531c
commit
d16544100f
Notes:
sideshowbarker
2024-07-17 09:26:35 +09:00
Author: https://github.com/sin-ack
Commit: d16544100f
Pull-request: https://github.com/SerenityOS/serenity/pull/14555
Reviewed-by: https://github.com/Dexesttp ✅
Reviewed-by: https://github.com/kleinesfilmroellchen
1 changed files with 0 additions and 6 deletions
|
@ -181,12 +181,6 @@ TEST_CASE(constexpr_stuff)
|
|||
constexpr StringView test_constexpr { "foo"sv };
|
||||
do_test();
|
||||
}
|
||||
|
||||
{
|
||||
// Can initialize from char const*.
|
||||
constexpr StringView test_constexpr { "foo" };
|
||||
do_test();
|
||||
}
|
||||
#undef do_test
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue