diff options
| author | serpilliere <serpilliere@users.noreply.github.com> | 2021-12-07 06:53:16 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-07 06:53:16 +0100 |
| commit | 0c87b6cc420720dc38156197d064cbc2c1bf848f (patch) | |
| tree | 3d1f3c95500b7d17a8389a5075aa2ca9d414d6fa /test/arch/msp430/arch.py | |
| parent | 0cd2cad02dd1b300d61bdc985b09de65f92261b4 (diff) | |
| parent | 990df9a9fcb5ae6f1142f49865404e42ec01439c (diff) | |
| download | miasm-0c87b6cc420720dc38156197d064cbc2c1bf848f.tar.gz miasm-0c87b6cc420720dc38156197d064cbc2c1bf848f.zip | |
Merge pull request #1403 from serpilliere/fix_html
Fix html; Add reg test
Diffstat (limited to 'test/arch/msp430/arch.py')
| -rw-r--r-- | test/arch/msp430/arch.py | 1 |
1 files changed, 1 insertions, 0 deletions
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()) |