Everywhere: Remove Serenity specific code from tests

We no longer run our tests on Serenity.
This commit is contained in:
Tim Ledbetter 2024-07-04 22:39:15 +01:00 committed by Andreas Kling
commit 23eba28c22
Notes: sideshowbarker 2024-07-17 17:49:11 +09:00
11 changed files with 11 additions and 66 deletions

View file

@ -14,11 +14,7 @@
#include <LibCore/File.h>
#include <cstring>
#ifdef AK_OS_SERENITY
# define TEST_INPUT(x) ("/usr/Tests/LibCompress/deflate-test-files/" x)
#else
# define TEST_INPUT(x) ("deflate-test-files/" x)
#endif
#define TEST_INPUT(x) ("deflate-test-files/" x)
TEST_CASE(canonical_code_simple)
{