diff options
| author | Masahiro Yamada <masahiroy@kernel.org> | 2020-04-24 14:49:28 +0900 |
|---|---|---|
| committer | Masahiro Yamada <masahiroy@kernel.org> | 2020-05-12 13:28:30 +0900 |
| commit | b7546111a43a0fc75d9de4f7bce2104d6eb9d2b9 (patch) | |
| tree | b2122b2d0f25cc84a84cb6d00c6b3cc01b43e09e /scripts/kconfig/tests/rand_nested_choice/expected_stdout2 | |
| parent | kconfig: do not assign a variable in the return statement (diff) | |
| download | linux-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_stdout2 | 5 |
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 |
