diff options
Diffstat (limited to 'tests/dumptrees.c')
-rw-r--r-- | tests/dumptrees.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/dumptrees.c b/tests/dumptrees.c index a49dbfab15677..87d1c3d8440a0 100644 --- a/tests/dumptrees.c +++ b/tests/dumptrees.c @@ -29,11 +29,11 @@ #include "testdata.h" -struct { +static struct { void *blob; const char *filename; } trees[] = { -#define TREE(name) { &_##name, #name ".dtb" } +#define TREE(name) { &name, #name ".dtb" } TREE(test_tree1), TREE(bad_node_char), TREE(bad_node_format), TREE(bad_prop_char), TREE(ovf_size_strings), |