| Index: mojo/python/tests/system_unittest.py
|
| diff --git a/mojo/python/tests/system_unittest.py b/mojo/python/tests/system_unittest.py
|
| index 46eb0c2425c26263ad8611326fee13f3f4153a6c..7af62d8eff2569f5b2b87de8d1db46ba5f161717 100644
|
| --- a/mojo/python/tests/system_unittest.py
|
| +++ b/mojo/python/tests/system_unittest.py
|
| @@ -45,6 +45,7 @@ class CoreTest(mojo_unittest.MojoTestCase):
|
| self.assertGreaterEqual(system.HANDLE_SIGNAL_NONE, 0)
|
| self.assertGreaterEqual(system.HANDLE_SIGNAL_READABLE, 0)
|
| self.assertGreaterEqual(system.HANDLE_SIGNAL_WRITABLE, 0)
|
| + self.assertGreaterEqual(system.HANDLE_SIGNAL_PEER_CLOSED, 0)
|
| self.assertGreaterEqual(system.WRITE_MESSAGE_FLAG_NONE, 0)
|
| self.assertGreaterEqual(system.READ_MESSAGE_FLAG_NONE, 0)
|
| self.assertGreaterEqual(system.READ_MESSAGE_FLAG_MAY_DISCARD, 0)
|
|
|