Another symbolName -> symbol
1 files changed, 1 insertions(+), 1 deletions(-) M t/raw2c.pl
M t/raw2c.pl +1 -1
@@ 109,7 109,7 @@ sub testParse { my $symbol = '_u1thKamsstRod4kuG0'; $options = $self->sut->parse(["--symbol=$symbol", 'input.bin', 'output.c']); - is($options->symbolName, $symbol, 'symbol overridden with --symbol'); + is($options->symbol, $symbol, 'symbol overridden with --symbol'); }; subtest header => sub {