test/unit: remove WITH_GPL from DWARF C++ test (#6351)
This commit is contained in:
parent
5dd20c43b5
commit
b56a44d9f0
1 changed files with 0 additions and 2 deletions
|
|
@ -128,7 +128,6 @@ static bool test_parse_dwarf_types(void) {
|
|||
}
|
||||
|
||||
static bool test_dwarf_function_parsing_cpp(void) {
|
||||
#if WITH_GPL
|
||||
RzCore *core = rz_core_new();
|
||||
mu_assert_notnull(core->bin, "Couldn't create new RzBin");
|
||||
mu_assert_notnull(core->io, "Couldn't create new RzIO");
|
||||
|
|
@ -165,7 +164,6 @@ static bool test_dwarf_function_parsing_cpp(void) {
|
|||
|
||||
rz_bin_dwarf_free(dw);
|
||||
rz_core_free(core);
|
||||
#endif
|
||||
mu_end;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue