Skip to content

Commit

Permalink
Add ddsrt_abort to the symbol export test
Browse files Browse the repository at this point in the history
  • Loading branch information
poetinger committed Oct 30, 2023
1 parent f46a945 commit 43093e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/xtests/symbol_export/symbol_export.c
Original file line number Diff line number Diff line change
Expand Up @@ -847,6 +847,7 @@ int main (int argc, char **argv)
// ddsrt/process.h
ddsrt_getpid ();
ddsrt_getprocessname ();
ddsrt_abort ();

// ddsrt/time.h
ddsrt_mtime_t mt = { .v = 0};
Expand Down

0 comments on commit 43093e4

Please sign in to comment.