diff options
Diffstat (limited to 'ppapi/tests/test_utils.cc')
-rw-r--r-- | ppapi/tests/test_utils.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ppapi/tests/test_utils.cc b/ppapi/tests/test_utils.cc index b51634bc..fb5f762 100644 --- a/ppapi/tests/test_utils.cc +++ b/ppapi/tests/test_utils.cc @@ -21,8 +21,6 @@ std::string ReportError(const char* method, int32_t error) { sprintf(error_as_string, "%d", static_cast<int>(error)); std::string result = method + std::string(" failed with error: ") + error_as_string; - if (error == PP_ERROR_NOSPACE) - result += ". Did you run the test with --unlimited-quota-for-files?"; return result; } |