about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCamille Mougey <camille.mougey@cea.fr>2014-12-14 15:18:50 +0100
committerCamille Mougey <camille.mougey@cea.fr>2014-12-14 15:18:50 +0100
commit3fa02c31468e8b5e44be20b1de51c53f0b7ca9b2 (patch)
treefca460eae569389e94257bc2a8e6e1a5b3010669
parent04967c6c99b9744797a3b09de5e86a316c7517e9 (diff)
downloadmiasm-3fa02c31468e8b5e44be20b1de51c53f0b7ca9b2.tar.gz
miasm-3fa02c31468e8b5e44be20b1de51c53f0b7ca9b2.zip
TestAll: Fix wrong comment in commit #90aa4b8195cefddee192df3c4c674b648f21e228
-rw-r--r--test/test_all.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/test_all.py b/test/test_all.py
index 7324165f..44dd75fa 100644
--- a/test/test_all.py
+++ b/test/test_all.py
@@ -24,14 +24,12 @@ class RegressionTest(Test):
         self.base_dir = os.path.join("test", self.base_dir)
         self.tags.append(TAGS["regression"])
 
-"""
 ## Architecture
 testset += RegressionTest(["x86/arch.py"], base_dir="arch",
                           products=["x86_speed_reg_test.bin",
                                     "regression_test16_ia32.bin",
                                     "regression_test32_ia32.bin",
                                     "regression_test64_ia32.bin"])
-"""
 for script in ["x86/sem.py",
                "x86/unit/mn_strings.py",
                "x86/unit/mn_float.py",