diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/jitter/jitcore.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/jitter/jitcore.py b/test/jitter/jitcore.py index f75a8b98..75360542 100644 --- a/test/jitter/jitcore.py +++ b/test/jitter/jitcore.py @@ -28,7 +28,7 @@ else: try: jitter.cpu.RAX = 0x10000000000000000 -except TypeError as te: +except TypeError: pass else: raise Exception("Should see that 0x10000000000000000 is too big for RAX") |