mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-21 09:49:21 +00: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: 31e7f435cb
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) }));
|
EXPECT(compare({ expected2, sizeof(expected2) }, { actual2, sizeof(actual2) }));
|
||||||
}
|
}
|
||||||
|
|
||||||
TEST_MAIN(MemoryStream)
|
TEST_MAIN(Stream)
|
Loading…
Add table
Add a link
Reference in a new issue