Skip to content

Commit

Permalink
Merge pull request #24 from pghmcfc/function-tests
Browse files Browse the repository at this point in the history
Make function tests more robust
  • Loading branch information
toddr authored Nov 3, 2020
2 parents 5c91c1e + 1747cdf commit 791cdce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ main ()
#if defined (__stub_$f) || defined (__stub___$f)
choke me
#else
f = $f;
f = $f ();
#endif
;
Expand Down

0 comments on commit 791cdce

Please sign in to comment.