Changes in directory nightlytest-serverside:

ProgramResults.php updated: 1.75 -> 1.76
---
Log message:

Debugging #16

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

 ProgramResults.php |    1 -
 1 files changed, 1 deletion(-)


Index: nightlytest-serverside/ProgramResults.php
diff -u nightlytest-serverside/ProgramResults.php:1.75 
nightlytest-serverside/ProgramResults.php:1.76
--- nightlytest-serverside/ProgramResults.php:1.75      Sat Sep 16 20:32:05 2006
+++ nightlytest-serverside/ProgramResults.php   Sat Sep 16 20:32:40 2006
@@ -631,7 +631,6 @@
  * hash and now pass.
  */
 function getPassingTests($id, $test_hash) {
-  return "Here\n";
   $result = "";
   $query = "SELECT program, result, measure FROM tests WHERE night=$id ORDER 
BY program ASC, measure ASC";
   $program_query = mysql_query($query) or die (mysql_error());



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

Reply via email to