From 990df9a9fcb5ae6f1142f49865404e42ec01439c Mon Sep 17 00:00:00 2001 From: Fabrice Desclaux Date: Mon, 6 Dec 2021 22:53:58 +0100 Subject: Fix html; Add reg test --- test/arch/msp430/arch.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test/arch/msp430/arch.py') diff --git a/test/arch/msp430/arch.py b/test/arch/msp430/arch.py index bc38c363..133b8b55 100644 --- a/test/arch/msp430/arch.py +++ b/test/arch/msp430/arch.py @@ -104,3 +104,4 @@ for s, l in reg_tests_msp: print([x for x in a]) print(repr(b)) assert(b in a) + print(l.to_html()) -- cgit 1.4.1