Skip to content

Commit f1bb3f5

Browse files
committed
Fixing issue with target_cross_ide
1 parent 2fe1373 commit f1bb3f5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tools/test/examples/examples_lib.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,6 @@ def target_cross_ide(allowed_targets, allowed_ides, features=[]):
114114
"""
115115
for target in allowed_targets:
116116
for ide in allowed_ides:
117-
if all(feature in TARGET_MAP[target].features
118-
for feature in features):
119-
yield target, toolchain
120117
if (target in EXPORTERS[ide].TARGETS and
121118
all(feature in TARGET_MAP[target].features
122119
for feature in features)):

0 commit comments

Comments
 (0)