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

Unified Diff: mojo/public/c/system/tests/wait_unittest.cc

Issue 2056513002: Plumb MojoReplaceHandleWithReducedRights() out. (Closed) Base URL: https://github.com/domokit/mojo.git@work790_replace_reduce_1
Patch Set: Created 4 years, 6 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
Index: mojo/public/c/system/tests/wait_unittest.cc
diff --git a/mojo/public/c/system/tests/wait_unittest.cc b/mojo/public/c/system/tests/wait_unittest.cc
index 1ba91f9ea55fa765c94c0e9ef8b2ef6508f16ea7..1d26faa925e9b5508a33a82089bfc30c5f424dbe 100644
--- a/mojo/public/c/system/tests/wait_unittest.cc
+++ b/mojo/public/c/system/tests/wait_unittest.cc
@@ -13,7 +13,6 @@
namespace {
TEST(WaitTest, InvalidHandle) {
- // Wait:
EXPECT_EQ(MOJO_RESULT_INVALID_ARGUMENT,
MojoWait(MOJO_HANDLE_INVALID, ~MOJO_HANDLE_SIGNAL_NONE, 1000000u,
nullptr));

Powered by Google App Engine
This is Rietveld 408576698