diff --git a/tb/mii_elastic_buffer.py b/tb/mii_elastic_buffer.py index 2e6fb9f..1cbba1e 100644 --- a/tb/mii_elastic_buffer.py +++ b/tb/mii_elastic_buffer.py @@ -73,10 +73,6 @@ async def test_elastic(buf): last = None for nibble in outs: if nibble is not None: - try: - int(nibble) - except: - raise assert nibble != last last = nibble