diff options
Diffstat (limited to 'scripts/kconfig/tests/rand_nested_choice/expected_stdout1')
-rw-r--r-- | scripts/kconfig/tests/rand_nested_choice/expected_stdout1 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/kconfig/tests/rand_nested_choice/expected_stdout1 b/scripts/kconfig/tests/rand_nested_choice/expected_stdout1 new file mode 100644 index 000000000000..37ab29584157 --- /dev/null +++ b/scripts/kconfig/tests/rand_nested_choice/expected_stdout1 @@ -0,0 +1,4 @@ +# CONFIG_A is not set +CONFIG_B=y +CONFIG_C=y +# CONFIG_D is not set |