test/unit: remove WITH_GPL from DWARF C++ test (#6351)

This commit is contained in:
Giovanni 2026-05-14 23:36:29 +08:00 committed by GitHub
parent 5dd20c43b5
commit b56a44d9f0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;
}