Skip to content

Commit

Permalink
Merge branch 'pmderodat/rewriting' into 'master'
Browse files Browse the repository at this point in the history
c_api/property_with_args: fix invalid argument type

See merge request eng/libadalang/libadalang!1478
  • Loading branch information
pmderodat committed Nov 28, 2023
2 parents 57580ef + 30b2899 commit 0a28732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testsuite/tests/c_api/property_with_args/test.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#include "utils.h"

static void
dump_identifier(ada_base_node id)
dump_identifier(ada_node *id)
{
ada_text text;
ada_token name;
Expand Down

0 comments on commit 0a28732

Please sign in to comment.