Changes in directory nightlytest-serverside:

ProgramResults.php updated: 1.64 -> 1.65
---
Log message:

Debugging #8

---
Diffs of the changes:  (+1 -0)

 ProgramResults.php |    1 +
 1 files changed, 1 insertion(+)


Index: nightlytest-serverside/ProgramResults.php
diff -u nightlytest-serverside/ProgramResults.php:1.64 
nightlytest-serverside/ProgramResults.php:1.65
--- nightlytest-serverside/ProgramResults.php:1.64      Sat Sep 16 19:47:40 2006
+++ nightlytest-serverside/ProgramResults.php   Sat Sep 16 19:48:41 2006
@@ -420,6 +420,7 @@
   if (isset($tail)) {
     $program = "test/" . $tail;
   }
+  return rtrim($program, ": ");;
   return $program;
 }
  



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to