Author: infinoid
Date: Mon Dec 1 14:18:56 2008
New Revision: 33430
Modified:
trunk/t/codingstd/c_cppcomments.t
Log:
[CAGE] c_cppcomments.t should skip lex files.
(The quote matching doesn't work very well with lex syntax.)
Modified: trunk/t/codingstd/c_cppcomments.t
==============================================================================
--- trunk/t/codingstd/c_cppcomments.t (original)
+++ trunk/t/codingstd/c_cppcomments.t Mon Dec 1 14:18:56 2008
@@ -34,6 +34,7 @@
my $DIST = Parrot::Distribution->new();
my @files = @ARGV ? @ARGV : $DIST->get_c_language_files();
[EMAIL PROTECTED] = grep { $_->name !~ /.l$/ } @files;
Parrot::Test::Util::Runloop->testloop(