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:
parent
8ba7bd1b67
commit
64a2a63df6
3 changed files with 0 additions and 96 deletions
|
@ -1,7 +1,6 @@
|
|||
set(TEST_SOURCES
|
||||
TestLibCoreArgsParser.cpp
|
||||
TestLibCoreFileWatcher.cpp
|
||||
TestLibCoreIODevice.cpp
|
||||
TestLibCoreDeferredInvoke.cpp
|
||||
TestLibCoreStream.cpp
|
||||
TestLibCoreFilePermissionsMask.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue