| 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):
|
| -
|
| def testUnwrapMod3(self):
|
| data = [0, 1, 2, 0, -1, -2, -3, -4]
|
| unwrapped_3 = misc.unwrap(data, 3)
|
|
|