summaryrefslogtreecommitdiff
path: root/source4/build/pidl/tests/ndr_refptr.pl
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-06-01 09:55:41 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:17:22 -0500
commitb2b886e38b4dcf1ec509b040340a5b0377fa143a (patch)
treeb0263a0ea1a2b671e56c761e99d25a4f2c2745a0 /source4/build/pidl/tests/ndr_refptr.pl
parentc4d0fdbf931c594729878528d65d6f5e3b2c33c8 (diff)
downloadsamba-b2b886e38b4dcf1ec509b040340a5b0377fa143a.tar.gz
samba-b2b886e38b4dcf1ec509b040340a5b0377fa143a.tar.bz2
samba-b2b886e38b4dcf1ec509b040340a5b0377fa143a.zip
r7165: Fix pidl tests
(This used to be commit 3c6e9d0bd0cb1e8692b80da6a246feb896f835db)
Diffstat (limited to 'source4/build/pidl/tests/ndr_refptr.pl')
-rwxr-xr-xsource4/build/pidl/tests/ndr_refptr.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/build/pidl/tests/ndr_refptr.pl b/source4/build/pidl/tests/ndr_refptr.pl
index d42a34d1b0..8654174bfe 100755
--- a/source4/build/pidl/tests/ndr_refptr.pl
+++ b/source4/build/pidl/tests/ndr_refptr.pl
@@ -7,7 +7,7 @@ use strict;
use FindBin qw($RealBin);
use lib "$RealBin/../..";
-use test;
+use pidl::test;
my %settings = Test::GetSettings(@ARGV);
$settings{'IDL-Arguments'} = ['--quiet', '--parse', '--parser=ndr_test.c', '--header=ndr_test.h'];