about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAjax <commial@gmail.com>2017-01-04 17:58:59 +0100
committerAjax <commial@gmail.com>2017-01-05 14:55:45 +0100
commit17f64ffadffa1de30cbe18223a7c6a1d0916fac1 (patch)
tree2ba9d4dbebf67525a70c74fff731b4d90a1934d0
parent2035e7a6d4484e0abc7c97033cff42a16739e0c6 (diff)
downloadmiasm-17f64ffadffa1de30cbe18223a7c6a1d0916fac1.tar.gz
miasm-17f64ffadffa1de30cbe18223a7c6a1d0916fac1.zip
Enable mn_float unit test for LLVM
-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",