about summary refs log tree commit diff stats
path: root/test/arch/x86/unit/mn_cdq.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/arch/x86/unit/mn_cdq.py')
-rw-r--r--test/arch/x86/unit/mn_cdq.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/arch/x86/unit/mn_cdq.py b/test/arch/x86/unit/mn_cdq.py
index f4e4d6e7..b6abc781 100644
--- a/test/arch/x86/unit/mn_cdq.py
+++ b/test/arch/x86/unit/mn_cdq.py
@@ -433,7 +433,7 @@ if __name__ == "__main__":
         Test_CDQE_64,
         Test_CDQE_64_signed,
     ]
-    if sys.argv[1] not in ["gcc", "tcc"]:
+    if sys.argv[1] not in ["gcc"]:
         # TODO XXX CQO use 128 bit not supported in gcc yet!
         tests += [
             Test_CQO_64,