mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
Add a comment to TarWriterTest.LongFilename
This commit is contained in:
parent
8344cff456
commit
d334c56a02
@ -81,6 +81,8 @@ TEST_F(TarWriterTest, Basics) {
|
||||
}
|
||||
|
||||
TEST_F(TarWriterTest, LongFilename) {
|
||||
// The prefix is prefixed by an additional '/' so it's one longer than the
|
||||
// number of x's here.
|
||||
std::string x136(136, 'x');
|
||||
std::string x137(137, 'x');
|
||||
std::string y99(99, 'y');
|
||||
|
Loading…
x
Reference in New Issue
Block a user