Internal change.

PiperOrigin-RevId: 523447770
This commit is contained in:
gVisor bot
2023-04-11 10:56:40 -07:00
parent 7d58a4780f
commit 7e77479d8a
+1 -1
View File
@@ -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));