1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 21:47:45 +00:00

LibCore: Drop TestLibCoreIODevice

It does not make sense to test known-working code that is deprecated and
in the process of being removed. Also, this test becomes too cumbersome
to write without using read_all or line iteration in some form, and
migrating the test is just silly.
This commit is contained in:
Ben Wiederhake 2023-05-18 15:53:41 +02:00 committed by Jelle Raaijmakers
parent 8ba7bd1b67
commit 64a2a63df6
3 changed files with 0 additions and 96 deletions

View file

@ -1,7 +1,6 @@
set(TEST_SOURCES
TestLibCoreArgsParser.cpp
TestLibCoreFileWatcher.cpp
TestLibCoreIODevice.cpp
TestLibCoreDeferredInvoke.cpp
TestLibCoreStream.cpp
TestLibCoreFilePermissionsMask.cpp