summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
Diffstat (limited to 't')
-rwxr-xr-xt/size2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/size b/t/size
index f661db64..fb915544 100755
--- a/t/size
+++ b/t/size
@@ -25,6 +25,6 @@ foreach my $file (@progs) {
}
close IN;
print "# $file has $lines lines, max length is $maxlength\n";
- ok($lines < 150, $file);
+ ok($lines < 200, $file);
ok($maxlength < 160, $file);
}