diff options
| author | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2016-04-17 22:23:35 +0200 |
|---|---|---|
| committer | serpilliere <fabrice.desclaux@cea.fr> | 2016-04-18 20:37:22 +0200 |
| commit | c7478b7e2b98bc9a7c9198d1393732bae16341c5 (patch) | |
| tree | e9410b270be21284b953fc055e91b4ea18a2c702 /test/arch/x86/unit/mn_int.py | |
| parent | 23879d0d8325e5c1ba144923d815cda639903415 (diff) | |
| download | miasm-c7478b7e2b98bc9a7c9198d1393732bae16341c5.tar.gz miasm-c7478b7e2b98bc9a7c9198d1393732bae16341c5.zip | |
X86/test: updt test api
Diffstat (limited to 'test/arch/x86/unit/mn_int.py')
| -rw-r--r-- | test/arch/x86/unit/mn_int.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/arch/x86/unit/mn_int.py b/test/arch/x86/unit/mn_int.py index 119e5b08..0f4a5717 100644 --- a/test/arch/x86/unit/mn_int.py +++ b/test/arch/x86/unit/mn_int.py @@ -1,9 +1,9 @@ #! /usr/bin/env python from miasm2.jitter.csts import EXCEPT_INT_XX -from asm_test import Asm_Test +from asm_test import Asm_Test_32 -class Test_INT(Asm_Test): +class Test_INT(Asm_Test_32): TXT = ''' main: INT 0x42 |