perl-module: Skip memory test if Address Sanitizer is in use.
authorBen Pfaff <blp@cs.stanford.edu>
Thu, 16 Dec 2021 02:56:45 +0000 (18:56 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Thu, 16 Dec 2021 03:10:40 +0000 (19:10 -0800)
Otherwise, Address Sanitizer produces unexpected memory behavior and
causes this test to fail even though there is no real leak.


No differences found