aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/scripts/kconfig/tests/rand_nested_choice/expected_stdout1
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_stdout1
parentkconfig: do not assign a variable in the return statement (diff)
downloadwireguard-linux-b7546111a43a0fc75d9de4f7bce2104d6eb9d2b9.tar.xz
wireguard-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_stdout1')
-rw-r--r--scripts/kconfig/tests/rand_nested_choice/expected_stdout14
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/kconfig/tests/rand_nested_choice/expected_stdout1 b/scripts/kconfig/tests/rand_nested_choice/expected_stdout1
deleted file mode 100644
index 37ab29584157..000000000000
--- a/scripts/kconfig/tests/rand_nested_choice/expected_stdout1
+++ /dev/null
@@ -1,4 +0,0 @@
-# CONFIG_A is not set
-CONFIG_B=y
-CONFIG_C=y
-# CONFIG_D is not set