mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 14:47:35 +00:00
AK: Untangle TestSuite assertions a bit
This commit is contained in:
parent
531d72fdfd
commit
644d981b2b
3 changed files with 17 additions and 19 deletions
|
@ -24,9 +24,10 @@
|
|||
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include <AK/StringUtils.h>
|
||||
#include <AK/TestSuite.h>
|
||||
|
||||
#include <AK/StringUtils.h>
|
||||
|
||||
TEST_CASE(matches_null)
|
||||
{
|
||||
EXPECT(AK::StringUtils::matches(StringView(), StringView()));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue