Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(675)

Unified Diff: ppapi/tests/test_file_mapping.cc

Issue 197203004: Fix "unreachable code" warnings (MSVC warning 4702) in ppapi/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ppapi/proxy/serialized_var.cc ('k') | ppapi/tests/test_talk_private.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/tests/test_file_mapping.cc
===================================================================
--- ppapi/tests/test_file_mapping.cc (revision 256983)
+++ ppapi/tests/test_file_mapping.cc (working copy)
@@ -498,7 +498,6 @@
callback.GetCallback().pp_completion_callback()));
CHECK_CALLBACK_BEHAVIOR(callback);
ASSERT_EQ(PP_OK, callback.result());
- PASS();
// Write something else to the mapped region, then unmap, and see if it
// gets written to both files. (Note we have to Unmap to make sure that the
« no previous file with comments | « ppapi/proxy/serialized_var.cc ('k') | ppapi/tests/test_talk_private.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698