diff --git a/webrtc/test/testsupport/frame_reader_unittest.cc b/webrtc/test/testsupport/frame_reader_unittest.cc index 74a80e9b8..dbc1bc51a 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 = "emmastjernloef"; +const std::string kInputFileContents = "baz"; // 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;