fix typo in build.pl

Change-Id: Id277dc9df4b089072e8112cd76ff141d430ac136
This commit is contained in:
Robert Hencke 2011-07-09 13:49:26 -05:00
parent 110d16e2d8
commit b4ab5046cd
1 changed files with 1 additions and 1 deletions

View File

@ -288,7 +288,7 @@ sub test {
} else {
my $testv = $opt_verbose ? "-test.v" : "";
if (system("cd $target && gotest $testv") != 0) {
die "gtest failed for $target\n";
die "gotest failed for $target\n";
}
}
}