about summary refs log tree commit diff stats
path: root/test/test_all.py
diff options
context:
space:
mode:
authorAjax <commial@gmail.com>2018-05-16 15:41:14 +0200
committerAjax <commial@gmail.com>2018-05-16 15:41:14 +0200
commitf01c7ffbc51c2b9a08b0d2a2efce26a23ef3268a (patch)
tree8822af82f38ecea052cf7bf94da8b4565df7918f /test/test_all.py
parent5b209fe29d62f78aefab6f1d8eabb3ed41015439 (diff)
downloadmiasm-f01c7ffbc51c2b9a08b0d2a2efce26a23ef3268a.tar.gz
miasm-f01c7ffbc51c2b9a08b0d2a2efce26a23ef3268a.zip
Test: remove blacklisted test
Diffstat (limited to 'test/test_all.py')
-rwxr-xr-xtest/test_all.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test_all.py b/test/test_all.py
index 52873f4b..3572bda7 100755
--- a/test/test_all.py
+++ b/test/test_all.py
@@ -59,7 +59,6 @@ class ArchUnitTest(RegressionTest):
 # script -> blacklisted jitter
 blacklist = {
     "x86/unit/mn_float.py": ["python", "llvm"],
-    "x86/unit/mn_div.py": ["gcc"],
 }
 for script in ["x86/sem.py",
                "x86/unit/mn_strings.py",