diff options
Diffstat (limited to 'tests/data/test96')
-rw-r--r-- | tests/data/test96 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/test96 b/tests/data/test96 index 3d9a933a0..27044bc99 100644 --- a/tests/data/test96 +++ b/tests/data/test96 @@ -37,7 +37,7 @@ MEM tool_cfgable.c MEM tool_cfgable.c </file> <stripfile> -$_ = '' if (($_ !~ /tool_paramhlp/) && ($_ !~ /tool_cfgable/)) +$_ = '' if ((($_ !~ /tool_paramhlp/) && ($_ !~ /tool_cfgable/)) || ($_ =~ /free\(\(nil\)\)/)) s/:\d+.*// s:^(MEM )(.*/)(.*):$1$3: </stripfile> |