diff options
Diffstat (limited to 'test/test_all.py')
| -rw-r--r-- | test/test_all.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/test_all.py b/test/test_all.py index 11ea1c3a..9f014e32 100644 --- a/test/test_all.py +++ b/test/test_all.py @@ -47,15 +47,15 @@ all_tests = { ["ir/ir2C.py"], ["ir/symbexec.py"], ], - "jitter": [ - ["jitter/os_dep/win_api_x86_32.py"], + "os_dep": [ + ["os_dep/win_api_x86_32.py"], ], "order": [ "architecture", "core", "expression", "ir", - "jitter", + "os_dep", ], }, "example": { |