Index: ppapi/tests/test_file_io.h |
=================================================================== |
--- ppapi/tests/test_file_io.h (revision 96768) |
+++ ppapi/tests/test_file_io.h (working copy) |
@@ -43,6 +43,7 @@ |
std::string TestParallelReads(); |
std::string TestParallelWrites(); |
std::string TestNotAllowMixedReadWrite(); |
+ std::string TestWillWriteWillSetLength(); |
// Helper method used by TestOpen(). |
// |expectations| is a combination of OpenExpectation values. The followings |