summaryrefslogtreecommitdiff
path: root/runtests.py
diff options
context:
space:
mode:
Diffstat (limited to 'runtests.py')
-rwxr-xr-xruntests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtests.py b/runtests.py
index 4e21a2103..dfc1924d3 100755
--- a/runtests.py
+++ b/runtests.py
@@ -2755,7 +2755,7 @@ def runtests(options, cmd_args, coverage=None):
if options.exclude:
exclude_selectors += [ string_selector(r) for r in options.exclude ]
- if not COMPILER_HAS_INT128 or not IS_CPYTHON:
+ if not COMPILER_HAS_INT128:
exclude_selectors += [RegExSelector('int128')]
if options.shard_num > -1: