1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 18:42:46 +02:00

Add a comment to TarWriterTest.LongFilename

This commit is contained in:
Nico Weber 2020-04-27 13:58:53 -04:00
parent 8344cff456
commit d334c56a02

View File

@ -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');