[llvm-commits] CVS: nightlytest-serverside/ProgramResults.php
Jim Laskey
jlaskey at apple.com
Fri Nov 3 11:47:33 PST 2006
Changes in directory nightlytest-serverside:
ProgramResults.php updated: 1.97 -> 1.98
---
Log message:
Test #1
---
Diffs of the changes: (+1 -1)
ProgramResults.php | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: nightlytest-serverside/ProgramResults.php
diff -u nightlytest-serverside/ProgramResults.php:1.97 nightlytest-serverside/ProgramResults.php:1.98
--- nightlytest-serverside/ProgramResults.php:1.97 Sat Oct 21 06:51:39 2006
+++ nightlytest-serverside/ProgramResults.php Fri Nov 3 13:47:19 2006
@@ -143,7 +143,7 @@
$data = str_replace("<br>", " ", $data);
foreach ($array_of_measures as $x){
$value=array();
- $reg_exp="/$x:\s*([[0-9\.]+|\*|\-|n\/a|\?],)/";
+ $reg_exp="/$x:\s*([[0-9\.]+|\*|\-|n\/a|\?])/";
#print "{$program} => running preg_match($reg_exp, $data, $value)<br>\n";
preg_match($reg_exp, $data, $value);
if(isset($value[1])){
More information about the llvm-commits
mailing list