| Index: third_party/WebKit/Tools/Scripts/webkitpy/common/system/outputtee_unittest.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/common/system/outputtee_unittest.py b/third_party/WebKit/Tools/Scripts/webkitpy/common/system/outputtee_unittest.py
|
| index 6a509f0c219ace4bed8ef113418347a39a7d7319..c17c94d8d494bde7466c0315136df2fe776c9418 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/common/system/outputtee_unittest.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/common/system/outputtee_unittest.py
|
| @@ -33,6 +33,7 @@ from webkitpy.common.system.outputtee import Tee, OutputTee
|
|
|
|
|
| class SimpleTeeTest(unittest.TestCase):
|
| +
|
| def test_simple_tee(self):
|
| file1, file2 = StringIO.StringIO(), StringIO.StringIO()
|
| tee = Tee(file1, file2)
|
|
|