[llvm-commits] [nightly-test-server] r50670 - /nightly-test-server/trunk/AcceptTestResults.php

Tanya Lattner tonic at nondot.org
Mon May 5 13:52:19 PDT 2008


Author: tbrethou
Date: Mon May  5 15:52:19 2008
New Revision: 50670

URL: http://llvm.org/viewvc/llvm-project?rev=50670&view=rev
Log:
Fix typo in compare.

Modified:
    nightly-test-server/trunk/AcceptTestResults.php

Modified: nightly-test-server/trunk/AcceptTestResults.php
URL: http://llvm.org/viewvc/llvm-project/nightly-test-server/trunk/AcceptTestResults.php?rev=50670&r1=50669&r2=50670&view=diff

==============================================================================
--- nightly-test-server/trunk/AcceptTestResults.php (original)
+++ nightly-test-server/trunk/AcceptTestResults.php Mon May  5 15:52:19 2008
@@ -233,7 +233,7 @@
     $jitTime = NULL;
   
   $gccRunTime = $results[6];
-  if($gccRunTime = "*")
+  if($gccRunTime == "*")
     $gccRunTime = NULL;
   
   $cbeRunTime = $results[7];





More information about the llvm-commits mailing list