[svn:parrot] r44432 - trunk/compilers/ncigen/t

mikehh at svn.parrot.org mikehh at svn.parrot.org
Wed Feb 24 01:31:45 UTC 2010


Author: mikehh
Date: Wed Feb 24 01:31:45 2010
New Revision: 44432
URL: https://trac.parrot.org/parrot/changeset/44432

Log:
remove dubious construct in test

Modified:
   trunk/compilers/ncigen/t/parse_00.t

Modified: trunk/compilers/ncigen/t/parse_00.t
==============================================================================
--- trunk/compilers/ncigen/t/parse_00.t	Wed Feb 24 01:11:59 2010	(r44431)
+++ trunk/compilers/ncigen/t/parse_00.t	Wed Feb 24 01:31:45 2010	(r44432)
@@ -125,7 +125,7 @@
 int a = 10 * sizeof(int) * 13;
 CODE
 
-parse_success(<<'CODE', 'times_04.c').c;
+parse_success(<<'CODE', 'times_04.c');
 int a = 8 * 3;
 CODE
 


More information about the parrot-commits mailing list