diff options
Diffstat (limited to 'tools/pidl/tests/ndr_string.pl')
-rwxr-xr-x | tools/pidl/tests/ndr_string.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/pidl/tests/ndr_string.pl b/tools/pidl/tests/ndr_string.pl index 8e8b8ecb..aa5fd8b5 100755 --- a/tools/pidl/tests/ndr_string.pl +++ b/tools/pidl/tests/ndr_string.pl @@ -3,6 +3,7 @@ # (C) 2005 Jelmer Vernooij <jelmer@samba.org> # Published under the GNU General Public License use strict; +use warnings; use Test::More tests => 6 * 8; use FindBin qw($RealBin); |