Make sure GetRegEx returns something gnuplot can deal with (a number, not

a ?) so that graphs don't bail if something fails in a test.

llvm-svn: 14344
This commit is contained in:
Reid Spencer 2004-06-23 06:36:34 +00:00
parent 3a4916ea32
commit 64889c65e5
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ sub GetRegex { # (Regex with ()'s, value)
if (defined($1)) {
return $1;
}
return "?";
return "0";
}
sub AddRecord {