about summary refs log tree commit diff stats
path: root/test/test_all.py
diff options
context:
space:
mode:
authorserpilliere <serpilliere@users.noreply.github.com>2017-01-05 15:49:54 +0100
committerGitHub <noreply@github.com>2017-01-05 15:49:54 +0100
commit06461f1bd7a8c987b47381dffa3e1462cee8e44f (patch)
tree0aeb18299450539af192263cf58b720a170561e9 /test/test_all.py
parentafdeb68de2b634c600c30f61422f9fd59286376c (diff)
parent6b670aecbadb14cbe28bad9e987fbd5969d2ec63 (diff)
downloadmiasm-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.py2
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",