mirror of
git://sourceware.org/git/libabigail.git
synced 2025-03-06 22:58:01 +00:00
Fix typo in test-diff-dwarf-abixml.cc
* tests/test-diff-dwarf-abixml.cc (main): Fix typo. Signed-off-by: Dodji Seketeli <dodji@redhat.com>
This commit is contained in:
parent
c05a02573f
commit
7f742e2751
@ -72,7 +72,7 @@ main()
|
||||
in_elf_path = get_src_dir() + "/tests/" + s->in_elf_path;
|
||||
in_abi_path = get_src_dir() + "/tests/"+ s->in_abi_path;
|
||||
ref_diff_report_path = get_src_dir() + "/tests/" + s->in_report_path;
|
||||
out_diff_report_path = get_build_dir() + "/tests" + s->out_report_path;
|
||||
out_diff_report_path = get_build_dir() + "/tests/" + s->out_report_path;
|
||||
|
||||
if (!ensure_parent_dir_created(out_diff_report_path))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user