From 1c3a6387d5b61bd2f836510c4b56aa135399d325 Mon Sep 17 00:00:00 2001 From: jatin <j@redballoonsecurity.com> Date: Mon, 16 Jan 2017 18:57:41 -0500 Subject: [PATCH] enabling regression test --- suite/regress/all_archs_value_directive.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/suite/regress/all_archs_value_directive.py b/suite/regress/all_archs_value_directive.py index 814450f..0691cc4 100755 --- a/suite/regress/all_archs_value_directive.py +++ b/suite/regress/all_archs_value_directive.py @@ -20,7 +20,6 @@ bl #3230052712 """ def runTest(self): - return ks = Ks(KS_ARCH_ARM, KS_MODE_ARM) encoding, count = ks.asm(self.asm, 0xc0000000) expected_encoding = [48, 0, 160, 227, 91, 172, 33, 235, 16, @@ -39,7 +38,6 @@ bl 0xc008; """ def runTest(self): - return ks = Ks(KS_ARCH_PPC, KS_MODE_PPC32 + KS_MODE_BIG_ENDIAN) encoding, count = ks.asm(self.asm, 0xc0000000) expected_encoding = [56, 128, 0, 1, 56, 132, 0, 1, 72, 0, 191, 249, 56, -- GitLab