[svn:parrot] r44328 - in trunk/compilers/ncigen/t: . NCIGENAST

mikehh at svn.parrot.org mikehh at svn.parrot.org
Mon Feb 22 22:58:12 UTC 2010


Author: mikehh
Date: Mon Feb 22 22:58:12 2010
New Revision: 44328
URL: https://trac.parrot.org/parrot/changeset/44328

Log:
fix codetest failures - missing Id, plus Copyright and Coda

Modified:
   trunk/compilers/ncigen/t/NCIGENAST/struct_00.t
   trunk/compilers/ncigen/t/NCIGENAST/typedef_00.t
   trunk/compilers/ncigen/t/parse_00.t
   trunk/compilers/ncigen/t/parse_01.t
   trunk/compilers/ncigen/t/parse_02.t

Modified: trunk/compilers/ncigen/t/NCIGENAST/struct_00.t
==============================================================================
--- trunk/compilers/ncigen/t/NCIGENAST/struct_00.t	Mon Feb 22 22:35:45 2010	(r44327)
+++ trunk/compilers/ncigen/t/NCIGENAST/struct_00.t	Mon Feb 22 22:58:12 2010	(r44328)
@@ -1,4 +1,6 @@
-#!/usr/bin/perl
+#!perl
+# Copyright (C) 2008-2010, Parrot Foundation.
+# $Id$
 
 use lib ('./lib', '../../lib');
 use Parrot::Test::NCIGENAST;
@@ -16,3 +18,10 @@
 CODE
 
 contains("<complex> => PMC 'NCIGENAST;Struct'");
+
+# Local Variables:
+#   mode: cperl
+#   cperl-indent-level: 4
+#   fill-column: 100
+# End:
+# vim: expandtab shiftwidth=4:

Modified: trunk/compilers/ncigen/t/NCIGENAST/typedef_00.t
==============================================================================
--- trunk/compilers/ncigen/t/NCIGENAST/typedef_00.t	Mon Feb 22 22:35:45 2010	(r44327)
+++ trunk/compilers/ncigen/t/NCIGENAST/typedef_00.t	Mon Feb 22 22:58:12 2010	(r44328)
@@ -1,4 +1,6 @@
-#!/usr/bin/perl
+#!perl
+# Copyright (C) 2008-2010, Parrot Foundation.
+# $Id$
 
 use lib ('./lib', '../../lib');
 use Parrot::Test::NCIGENAST;
@@ -24,3 +26,10 @@
 
 parse('int a(), b(), c()');
 parse_failure;
+
+# Local Variables:
+#   mode: cperl
+#   cperl-indent-level: 4
+#   fill-column: 100
+# End:
+# vim: expandtab shiftwidth=4:

Modified: trunk/compilers/ncigen/t/parse_00.t
==============================================================================
--- trunk/compilers/ncigen/t/parse_00.t	Mon Feb 22 22:35:45 2010	(r44327)
+++ trunk/compilers/ncigen/t/parse_00.t	Mon Feb 22 22:58:12 2010	(r44328)
@@ -1,4 +1,6 @@
-#!/usr/bin/perl
+#!perl
+# Copyright (C) 2008-2010, Parrot Foundation.
+# $Id$
 
 use lib ('./lib', '../../lib');
 use Parrot::Test::NCIGENAST;
@@ -173,3 +175,10 @@
 parse_success(<<'CODE', 'void_star.c');
 __extension__ typedef void * __timer_t;
 CODE
+
+# Local Variables:
+#   mode: cperl
+#   cperl-indent-level: 4
+#   fill-column: 100
+# End:
+# vim: expandtab shiftwidth=4:

Modified: trunk/compilers/ncigen/t/parse_01.t
==============================================================================
--- trunk/compilers/ncigen/t/parse_01.t	Mon Feb 22 22:35:45 2010	(r44327)
+++ trunk/compilers/ncigen/t/parse_01.t	Mon Feb 22 22:58:12 2010	(r44328)
@@ -1,4 +1,6 @@
-#!/usr/bin/perl
+#!perl
+# Copyright (C) 2008-2010, Parrot Foundation.
+# $Id$
 
 use lib ('./lib', '../../lib');
 use Parrot::Test::NCIGENAST;
@@ -26,3 +28,10 @@
 int sqlite3_open( const char *filename, sqlite3 **ppDb);
 CODE
 
+
+# Local Variables:
+#   mode: cperl
+#   cperl-indent-level: 4
+#   fill-column: 100
+# End:
+# vim: expandtab shiftwidth=4:

Modified: trunk/compilers/ncigen/t/parse_02.t
==============================================================================
--- trunk/compilers/ncigen/t/parse_02.t	Mon Feb 22 22:35:45 2010	(r44327)
+++ trunk/compilers/ncigen/t/parse_02.t	Mon Feb 22 22:58:12 2010	(r44328)
@@ -1,4 +1,6 @@
-#!/usr/bin/perl
+#!perl
+# Copyright (C) 2008-2010, Parrot Foundation.
+# $Id$
 
 use lib ('./lib', '../../lib');
 use Parrot::Test::NCIGENAST;
@@ -70,3 +72,10 @@
 parse_success(<<'CODE', 'Xlib.h 2');
 extern int (*XSetAfterFunction( Display* , int (*) ( Display*)))( Display*);
 CODE
+
+# Local Variables:
+#   mode: cperl
+#   cperl-indent-level: 4
+#   fill-column: 100
+# End:
+# vim: expandtab shiftwidth=4:


More information about the parrot-commits mailing list