mirror of
https://github.com/cea-sec/miasm
synced 2026-06-21 13:48:18 +00:00
8 lines
139 B
Python
8 lines
139 B
Python
#
|
|
# Expression regression tests #
|
|
#
|
|
from pdb import pm
|
|
from miasm2.expression.expression import *
|
|
|
|
assert(ExprInt64(-1) != ExprInt64(-2))
|