Skip to content

Commit

Permalink
Add print info for inspect test.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Sep 19, 2019
1 parent 03505f3 commit 076ee74
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
#include <metacall/metacall.h>
#include <metacall/metacall_loaders.h>

#include <cstdio>

class metacall_inspect_test : public testing::Test
{
public:
Expand Down Expand Up @@ -132,6 +134,8 @@ TEST_F(metacall_inspect_test, DefaultConstructor)

EXPECT_GT((size_t)size, (size_t) 0);

printf("%s\n", inspect_str);

metacall_allocator_free(allocator, inspect_str);

metacall_allocator_destroy(allocator);
Expand Down

0 comments on commit 076ee74

Please sign in to comment.