From 752d6256e5204b958b0ef7905675a940b5e9172f Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 12 May 2022 16:42:50 +0300 Subject: gentoo resync : 12.05.2022 --- dev-lang/starlark-rust/files/test/features.bash | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'dev-lang/starlark-rust/files/test/features.bash') diff --git a/dev-lang/starlark-rust/files/test/features.bash b/dev-lang/starlark-rust/files/test/features.bash index 78e08bf7b858..35fb173e3cd1 100644 --- a/dev-lang/starlark-rust/files/test/features.bash +++ b/dev-lang/starlark-rust/files/test/features.bash @@ -163,19 +163,6 @@ test-features_main() { done < <(eval "printf -- '%s\n' \"\${STARLARK_RUST_EXPECTED_${attr_type}_methods[@]}\"") done - printf -- '\n\n' >&2 - printf -- '%s\n' "Checking for miscellaneous starlark features" >&2 - eval "printf -- '=%.0s' {1..${banner_width}}" >&2 - printf -- '\n\n' >&2 - - test_case=( - 'list comprehension' - '[print("output from list comprehension") for i in range(0, 1) if (i == 0 and True) or not False]' - 'output from list comprehension' - "" - 0 - ) - _test-features_execute-test "${test_case[@]}" printf -- '\n\n' >&2 if (( ${#failures[@]} > 0 )); then -- cgit v1.2.3