Skip to content

Commit bf57d6c

Browse files
committed
Update
[ghstack-poisoned]
1 parent c99c41a commit bf57d6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backends/test/suite/runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ def build_result(
133133
if n.op == "call_function"
134134
)
135135

136-
# Check if any undelegated ops are in the unsupported ops set
136+
# Check if any undelegated ops are in the unsupported ops set.
137137
has_unsupported_ops = any(
138138
op in UNSUPPORTED_PORTABLE_OPS for op in undelegated_op_counts.keys()
139139
)

0 commit comments

Comments
 (0)