diff options
| author | serpilliere <serpilliere@users.noreply.github.com> | 2017-01-05 15:49:54 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-01-05 15:49:54 +0100 |
| commit | 06461f1bd7a8c987b47381dffa3e1462cee8e44f (patch) | |
| tree | 0aeb18299450539af192263cf58b720a170561e9 /test/test_all.py | |
| parent | afdeb68de2b634c600c30f61422f9fd59286376c (diff) | |
| parent | 6b670aecbadb14cbe28bad9e987fbd5969d2ec63 (diff) | |
| download | miasm-06461f1bd7a8c987b47381dffa3e1462cee8e44f.tar.gz miasm-06461f1bd7a8c987b47381dffa3e1462cee8e44f.zip | |
Merge pull request #468 from commial/feature/llvm-float
Feature/llvm float
Diffstat (limited to 'test/test_all.py')
| -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", |