Skip to content

Commit 7032a5c

Browse files
committed
Enable test
1 parent eb8ce39 commit 7032a5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_opcache.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -892,7 +892,7 @@ def write(items):
892892
opname = "LOAD_ATTR_METHOD_WITH_VALUES"
893893
self.assert_races_do_not_crash(opname, get_items, read, write)
894894

895-
@requires_specialization
895+
@requires_specialization_ft
896896
def test_load_attr_module(self):
897897
def get_items():
898898
items = []

0 commit comments

Comments
 (0)