summaryrefslogtreecommitdiff
path: root/dev-lang/starlark-rust/files/test/features.bash
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-05-12 16:42:50 +0300
committerV3n3RiX <venerix@koprulu.sector>2022-05-12 16:42:50 +0300
commit752d6256e5204b958b0ef7905675a940b5e9172f (patch)
tree330d16e6362a49cbed8875a777fe641a43376cd3 /dev-lang/starlark-rust/files/test/features.bash
parent0c100b7dd2b30e75b799d806df4ef899fd98e1ea (diff)
gentoo resync : 12.05.2022
Diffstat (limited to 'dev-lang/starlark-rust/files/test/features.bash')
-rw-r--r--dev-lang/starlark-rust/files/test/features.bash13
1 files changed, 0 insertions, 13 deletions
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
@@ -164,19 +164,6 @@ test-features_main() {
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
echo "${#failures[@]} test (s) failed" >&2