From fe597fd1e28b92766e174249b10739fb2fe4a35f Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 17 May 2005 13:19:40 +0000 Subject: r6857: - Support [public] on functions - Add some more pidl tests based on ref_notes.txt We currently fail some tests because we don't default to "ref" for top-level pointers at the moment. We also fail some of the multi-level tests. (This used to be commit 187802f580d85e19ee9b7f07db931d0511f197bc) --- source4/build/pidl/test.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/build/pidl/test.pm') diff --git a/source4/build/pidl/test.pm b/source4/build/pidl/test.pm index 9004d7c4c6..d01a98bd2c 100644 --- a/source4/build/pidl/test.pm +++ b/source4/build/pidl/test.pm @@ -117,7 +117,7 @@ sub test_idl($$$$) my $ret = system("./$exe_filename"); if ($ret != 0) { - print STDERR "$name failed with return value $ret\n"; + print "failed with return value $ret\n"; return $ret; } -- cgit