From fddb87425a25aeb6e937496c4952c9bf3d8bb673 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Mon, 27 Jul 2015 16:04:40 +0200 Subject: Fix spurious conform test failures --- conform/conformtest.pl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'conform') diff --git a/conform/conformtest.pl b/conform/conformtest.pl index a8a27f5d2a..cc0944a889 100644 --- a/conform/conformtest.pl +++ b/conform/conformtest.pl @@ -275,9 +275,8 @@ sub checknamespace { } else { # We have to tokenize the line. my($str) = $_; - my($index) = 0; - my($len) = length ($str); + $str =~ s/"[^"]*"//g; foreach $token (split(/[^a-zA-Z0-9_]/, $str)) { if ($token ne "") { newtoken ($token, @allow); -- cgit v1.2.3