diff --git a/tools/test/examples/examples_lib.py b/tools/test/examples/examples_lib.py index 0b39cf6d76..908bbee53f 100644 --- a/tools/test/examples/examples_lib.py +++ b/tools/test/examples/examples_lib.py @@ -114,9 +114,6 @@ def target_cross_ide(allowed_targets, allowed_ides, features=[]): """ for target in allowed_targets: for ide in allowed_ides: - if all(feature in TARGET_MAP[target].features - for feature in features): - yield target, toolchain if (target in EXPORTERS[ide].TARGETS and all(feature in TARGET_MAP[target].features for feature in features)):