diff options
Diffstat (limited to 'tools/pidl/tests/ndr_alloc.pl')
-rwxr-xr-x | tools/pidl/tests/ndr_alloc.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/pidl/tests/ndr_alloc.pl b/tools/pidl/tests/ndr_alloc.pl index 399fbd21..c708c3b5 100755 --- a/tools/pidl/tests/ndr_alloc.pl +++ b/tools/pidl/tests/ndr_alloc.pl @@ -2,6 +2,7 @@ # NDR allocation tests # (C) 2005 Jelmer Vernooij. Published under the GNU GPL use strict; +use warnings; use Test::More tests => 5 * 8; use FindBin qw($RealBin); |