mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 06:57:44 +00:00
Tests: Remove StringView char const* initialization test
We now explicitly disallow this.
This commit is contained in:
parent
604aac531c
commit
d16544100f
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