Skip to content

Commit b79f9e3

Browse files
gmarullcarlescufi
authored andcommitted
tests: lib: custom_lib: use YAML empty dictionary syntax
There is no need to use dummy properties when an empty dictionary can be used. Signed-off-by: Gerard Marull-Paretas <[email protected]>
1 parent f796cf4 commit b79f9e3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/lib/custom_lib/testcase.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ common:
44
- custom_plank
55
- qemu_cortex_m0
66
tests:
7-
lib.custom_lib:
8-
build_only: false # something benign to make a non-empty list
7+
lib.custom_lib: {}
98
lib.custom_lib.non_default:
109
extra_args: CONFIG_CUSTOM_LIB_GET_VALUE_DEFAULT=6

0 commit comments

Comments
 (0)