mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Remove deprecated OutputStream::Write method.
PiperOrigin-RevId: 854235255
This commit is contained in:
committed by
Copybara-Service
parent
fbf66ad7e3
commit
c2c54a3ca0
@@ -28,7 +28,7 @@ TEST(PlatformTest, CreateOutputFileWithUnixPathSeparator) {
|
||||
std::unique_ptr<OutputFile> output_file =
|
||||
ImplementationPlatform::CreateOutputFile("C:\\tmp\\path1/path2\\x.txt");
|
||||
EXPECT_NE(output_file, nullptr);
|
||||
EXPECT_TRUE(output_file->Write(ByteArray("test")).Ok());
|
||||
EXPECT_TRUE(output_file->Write("test").Ok());
|
||||
}
|
||||
|
||||
TEST(PlatformTest, GetAppDataPath) {
|
||||
|
||||
Reference in New Issue
Block a user