From 96e20c600f6498c403445956077f85dd2fb548aa Mon Sep 17 00:00:00 2001 From: Damien George Date: Tue, 23 Sep 2014 12:09:26 +0000 Subject: tests: Fix uctypes tests to run on 64bit arch; enable more native tests. --- tests/basics/bytes.py | 5 ----- 1 file changed, 5 deletions(-) (limited to 'tests/basics/bytes.py') diff --git a/tests/basics/bytes.py b/tests/basics/bytes.py index ce027e7d1..8f2917550 100644 --- a/tests/basics/bytes.py +++ b/tests/basics/bytes.py @@ -33,11 +33,6 @@ print(bytes(3)) print(bytes([3, 2, 1])) print(bytes(range(5))) -def gen(): - for i in range(4): - yield i -print(bytes(gen())) - # Make sure bytes are not mistreated as unicode x = b"\xff\x8e\xfe}\xfd\x7f" print(len(x)) -- cgit v1.2.3