From 0aad6093e6f7250d1c9a3da8f1f3ebe171a752dd Mon Sep 17 00:00:00 2001 From: Fabrice Desclaux Date: Thu, 5 Jan 2017 10:55:35 +0100 Subject: DepGraph: Add emul regression tests --- test/test_all.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test/test_all.py') diff --git a/test/test_all.py b/test/test_all.py index 59624832..c710a8ab 100755 --- a/test/test_all.py +++ b/test/test_all.py @@ -315,6 +315,7 @@ test_args = [(0x401000, 0x40100d, ["EAX"]), (0x401000, 0x401012, ["ECX"]), (0x401000, 0x40101f, ["EAX", "EBX"]), (0x401000, 0x401025, ["EAX", "EBX"]), + (0x401000, 0x401007, ["EBX"]), ] for i, test_args in enumerate(test_args): test_dg = SemanticTestAsm("x86_32", "PE", ["dg_test_%.2d" % i]) -- cgit 1.4.1