[llvm-commits] [test-suite] r51428 - /test-suite/trunk/HTMLColDiff.pl

Matthijs Kooijman matthijs at stdin.nl
Thu May 22 05:22:33 PDT 2008


Author: matthijs
Date: Thu May 22 07:22:32 2008
New Revision: 51428

URL: http://llvm.org/viewvc/llvm-project?rev=51428&view=rev
Log:
Fix row colouring.

Modified:
    test-suite/trunk/HTMLColDiff.pl

Modified: test-suite/trunk/HTMLColDiff.pl
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/HTMLColDiff.pl?rev=51428&r1=51427&r2=51428&view=diff

==============================================================================
--- test-suite/trunk/HTMLColDiff.pl (original)
+++ test-suite/trunk/HTMLColDiff.pl Thu May 22 07:22:32 2008
@@ -189,7 +189,7 @@
   # changes or highlights if those options are enabled.
   if ($LineNo == -1 || (!$excludeNoHighlight || $highlightCells) && (!$excludeNoShow || $showCells)) {
     print $row;
+    $LineNo++;
   }
-  $LineNo++;
 }
 print "</table>\n";





More information about the llvm-commits mailing list