From c7478b7e2b98bc9a7c9198d1393732bae16341c5 Mon Sep 17 00:00:00 2001 From: Fabrice Desclaux Date: Sun, 17 Apr 2016 22:23:35 +0200 Subject: X86/test: updt test api --- test/arch/x86/unit/mn_pmovmskb.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/arch/x86/unit/mn_pmovmskb.py') diff --git a/test/arch/x86/unit/mn_pmovmskb.py b/test/arch/x86/unit/mn_pmovmskb.py index 97435794..796e977c 100644 --- a/test/arch/x86/unit/mn_pmovmskb.py +++ b/test/arch/x86/unit/mn_pmovmskb.py @@ -1,8 +1,8 @@ #! /usr/bin/env python -from asm_test import Asm_Test +from asm_test import Asm_Test_32 import sys -class Test_PMOVMSKB(Asm_Test): +class Test_PMOVMSKB(Asm_Test_32): TXT = ''' main: CALL next -- cgit 1.4.1