| 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..d09acfe8e2d7222fc24bf51e4785b78ccc02bd55 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_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)
|
|
|