diff options
Diffstat (limited to '')
| -rw-r--r-- | test/test_all.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test_all.py b/test/test_all.py index 8c1cf3f8..5c6bbbb2 100644 --- a/test/test_all.py +++ b/test/test_all.py @@ -110,9 +110,9 @@ QEMU_TESTS = { "bcd": ("tcc", "python"), "xchg": ("tcc", "python"), "string": ("tcc", "python"), + "misc": ("tcc", "python"), # Unsupported - # "floats", "misc", "segs", "code16", "exceptions", - # "single_step" + # "floats", "segs", "code16", "exceptions", "single_step" } |