X-Git-Url: http://git.samba.org/?p=samba.git;a=blobdiff_plain;f=source4%2Fpidl%2Ftests%2Fdump.pl;fp=source4%2Fpidl%2Ftests%2Fdump.pl;h=0000000000000000000000000000000000000000;hp=d1a56f0973571f64f9c199903c85396b86f0e991;hb=79190992b3820cd028c961c48bdea9b35baf13c9;hpb=3b5330e9094ecf0be94d3dbea744de140ec55e19 diff --git a/source4/pidl/tests/dump.pl b/source4/pidl/tests/dump.pl deleted file mode 100755 index d1a56f09735..00000000000 --- a/source4/pidl/tests/dump.pl +++ /dev/null @@ -1,15 +0,0 @@ -#!/usr/bin/perl -# (C) 2007 Jelmer Vernooij -# Published under the GNU General Public License -use strict; -use warnings; - -use Test::More tests => 1; -use FindBin qw($RealBin); -use lib "$RealBin"; -use Util; -use Parse::Pidl::Dump qw(DumpStruct); - -is (DumpStruct({ NAME => "foo", ELEMENTS => []}), - "struct foo {\n}"); -