diff --git a/webrtc/test/testsupport/frame_reader_unittest.cc b/webrtc/test/testsupport/frame_reader_unittest.cc index dbc1bc51a9..74a80e9b85 100644 --- a/webrtc/test/testsupport/frame_reader_unittest.cc +++ b/webrtc/test/testsupport/frame_reader_unittest.cc @@ -17,7 +17,7 @@ namespace webrtc { namespace test { const std::string kInputFilename = "temp_inputfile.tmp"; -const std::string kInputFileContents = "baz"; +const std::string kInputFileContents = "emmastjernloef"; // Setting the kFrameLength value to a value much larger than the // file to test causes the ReadFrame test to fail on Windows. const size_t kFrameLength = 1000;