aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/kconfig/tests/rand_nested_choice/expected_stdout2
diff options
context:
space:
mode:
authorMasahiro Yamada <masahiroy@kernel.org>2020-04-24 14:49:28 +0900
committerMasahiro Yamada <masahiroy@kernel.org>2020-05-12 13:28:30 +0900
commitb7546111a43a0fc75d9de4f7bce2104d6eb9d2b9 (patch)
treeb2122b2d0f25cc84a84cb6d00c6b3cc01b43e09e /scripts/kconfig/tests/rand_nested_choice/expected_stdout2
parentkconfig: do not assign a variable in the return statement (diff)
downloadlinux-b7546111a43a0fc75d9de4f7bce2104d6eb9d2b9.tar.gz
linux-b7546111a43a0fc75d9de4f7bce2104d6eb9d2b9.zip
kconfig: tests: remove randconfig test for choice in choice
Nesting choice statements does not make any sense. Commit df8df5e4bc37 ("usb: get rid of 'choice' for legacy gadget drivers") got rid of the only usecase. I will turn it into a syntax error. Remove the test in advance. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Diffstat (limited to 'scripts/kconfig/tests/rand_nested_choice/expected_stdout2')
-rw-r--r--scripts/kconfig/tests/rand_nested_choice/expected_stdout25
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/kconfig/tests/rand_nested_choice/expected_stdout2 b/scripts/kconfig/tests/rand_nested_choice/expected_stdout2
deleted file mode 100644
index 849ff47e9848..000000000000
--- a/scripts/kconfig/tests/rand_nested_choice/expected_stdout2
+++ /dev/null
@@ -1,5 +0,0 @@
-# CONFIG_A is not set
-CONFIG_B=y
-# CONFIG_C is not set
-CONFIG_D=y
-CONFIG_E=y