Skip to content

Commit 8aa5bdc

Browse files
committed
Python formatting
1 parent ab83b0c commit 8aa5bdc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

libcxx/utils/libcxx/test/features/availability.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,11 +196,12 @@
196196
cfg.available_features,
197197
),
198198
),
199+
# Tests that require std::text_encoding::environment() in the built library
199200
Feature(
200-
name="availability-te-environment-missing",
201+
name="availability-te-environment-missing",
201202
when=lambda cfg: BooleanExpression.evaluate(
202203
"!libcpp-has-no-availability-markup && (stdlib=apple-libc++ && !_target-has-llvm-22)",
203204
cfg.available_features,
204205
),
205-
)
206+
),
206207
]

0 commit comments

Comments
 (0)