mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-23 09:46:04 -05:00
AK: Rename TestMemoryStream.cpp to TestStream.cpp.
This commit is contained in:
parent
ebce4ead40
commit
31e7f435cb
Notes:
sideshowbarker
2024-07-19 03:24:22 +09:00
Author: https://github.com/asynts Commit: https://github.com/SerenityOS/serenity/commit/31e7f435cb5 Pull-request: https://github.com/SerenityOS/serenity/pull/3220 Reviewed-by: https://github.com/awesomekling
1 changed files with 1 additions and 1 deletions
|
@ -108,4 +108,4 @@ TEST_CASE(seeking_slicing_offset)
|
|||
EXPECT(compare({ expected2, sizeof(expected2) }, { actual2, sizeof(actual2) }));
|
||||
}
|
||||
|
||||
TEST_MAIN(MemoryStream)
|
||||
TEST_MAIN(Stream)
|
Loading…
Add table
Reference in a new issue