Chromium Code Reviews| Index: tests/subprocess2_test.py |
| diff --git a/tests/subprocess2_test.py b/tests/subprocess2_test.py |
| index 448a82d343a4a8957037d8bea6834c744e311927..552a93c49eea7585c07122c328b1e3cd18181174 100755 |
| --- a/tests/subprocess2_test.py |
| +++ b/tests/subprocess2_test.py |
| @@ -125,6 +125,7 @@ class Subprocess2Test(unittest.TestCase): |
| expected = { |
| 'args': ['foo'], |
| 'a':True, |
| + 'stdin': subprocess2.VOID, |
| 'stdout': subprocess2.PIPE, |
| 'stderr': subprocess2.STDOUT, |
| } |