Chromium Code Reviews| Index: webrtc/tools/py_event_log_analyzer/misc_test.py |
| diff --git a/webrtc/tools/py_event_log_analyzer/misc_test.py b/webrtc/tools/py_event_log_analyzer/misc_test.py |
| index f128da51460793e0e84132e21de939816ec0b079..cf8c91076cdaeffc44ae9d81c2f1a2a4734ae704 100755 |
| --- a/webrtc/tools/py_event_log_analyzer/misc_test.py |
| +++ b/webrtc/tools/py_event_log_analyzer/misc_test.py |
| @@ -22,7 +22,6 @@ import misc |
| class TestMisc(unittest.TestCase): |
| - |
|
hlundin-webrtc
2016/09/07 14:23:19
This is an unnecessary change in this CL.
aleloi
2016/09/07 14:28:52
As phoglund@ pointed out, our python style is no s
hlundin-webrtc
2016/09/07 14:38:38
Fair enough. It just felt odd to include one more
|
| def testUnwrapMod3(self): |
| data = [0, 1, 2, 0, -1, -2, -3, -4] |
| unwrapped_3 = misc.unwrap(data, 3) |