mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Internal change.
PiperOrigin-RevId: 523447770
This commit is contained in:
@@ -634,7 +634,7 @@ TEST(SendFileTest, SendFileToSelf) {
|
||||
TEST(SendFileTest, LargeCount) {
|
||||
// Create input file with some wisdom. It is imperative to use a
|
||||
// Shakespearean quote, consistent with the rest of this file.
|
||||
constexpr std::string_view kData =
|
||||
constexpr absl::string_view kData =
|
||||
"We know what we are, but know not what we may be.";
|
||||
const TempPath in_file = ASSERT_NO_ERRNO_AND_VALUE(TempPath::CreateFileWith(
|
||||
GetAbsoluteTestTmpdir(), kData, TempPath::kDefaultFileMode));
|
||||
|
||||
Reference in New Issue
Block a user