summaryrefslogtreecommitdiff
path: root/i18n-diff-auditor
diff options
context:
space:
mode:
Diffstat (limited to 'i18n-diff-auditor')
-rwxr-xr-xi18n-diff-auditor1
1 files changed, 1 insertions, 0 deletions
diff --git a/i18n-diff-auditor b/i18n-diff-auditor
index 17bd81c..e2c0101 100755
--- a/i18n-diff-auditor
+++ b/i18n-diff-auditor
@@ -230,6 +230,7 @@ sub analyse_chunk_core () {
next if $x->{E} eq $y->{E};
next if $x->{E} eq 'sprintf' and $y->{E} eq 'f_';
next if $x->{E} eq 'die' and $y->{E} eq 'confess';
+ next if $x->{E} eq 'die' and $y->{E} eq 'fail';
if ($y->{E} eq '+'
and @ys >= 3
and $ys[0]{E} eq '('