diff options
| author | Ajax <commial@gmail.com> | 2017-01-04 17:58:59 +0100 |
|---|---|---|
| committer | Ajax <commial@gmail.com> | 2017-01-05 14:55:45 +0100 |
| commit | 17f64ffadffa1de30cbe18223a7c6a1d0916fac1 (patch) | |
| tree | 2ba9d4dbebf67525a70c74fff731b4d90a1934d0 /test | |
| parent | 2035e7a6d4484e0abc7c97033cff42a16739e0c6 (diff) | |
| download | miasm-17f64ffadffa1de30cbe18223a7c6a1d0916fac1.tar.gz miasm-17f64ffadffa1de30cbe18223a7c6a1d0916fac1.zip | |
Enable mn_float unit test for LLVM
Diffstat (limited to 'test')
| -rw-r--r-- | test/test_all.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_all.py b/test/test_all.py index 7cc8f6eb..68830b48 100644 --- a/test/test_all.py +++ b/test/test_all.py @@ -55,7 +55,7 @@ class ArchUnitTest(RegressionTest): # script -> blacklisted jitter blacklist = { - "x86/unit/mn_float.py": ["python", "llvm"], + "x86/unit/mn_float.py": ["python"], } for script in ["x86/sem.py", "x86/unit/mn_strings.py", |