diff options
| author | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2021-12-06 22:53:58 +0100 |
|---|---|---|
| committer | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2021-12-06 22:53:58 +0100 |
| commit | 990df9a9fcb5ae6f1142f49865404e42ec01439c (patch) | |
| tree | 3d1f3c95500b7d17a8389a5075aa2ca9d414d6fa /test/arch/mips32/arch.py | |
| parent | 0cd2cad02dd1b300d61bdc985b09de65f92261b4 (diff) | |
| download | miasm-990df9a9fcb5ae6f1142f49865404e42ec01439c.tar.gz miasm-990df9a9fcb5ae6f1142f49865404e42ec01439c.zip | |
Fix html; Add reg test
Diffstat (limited to 'test/arch/mips32/arch.py')
| -rw-r--r-- | test/arch/mips32/arch.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/arch/mips32/arch.py b/test/arch/mips32/arch.py index de6d4547..0509f033 100644 --- a/test/arch/mips32/arch.py +++ b/test/arch/mips32/arch.py @@ -274,3 +274,4 @@ for s, l in reg_tests_mips32: print([x for x in a]) print(repr(b)) assert(b in a) + print(l.to_html()) |