зеркало из https://github.com/microsoft/clang-1.git
Remove extraneous period.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@135619 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
2da13b1595
Коммит
e1809074d0
|
@ -269,7 +269,7 @@ sub try_run {
|
||||||
alarm 0;
|
alarm 0;
|
||||||
};
|
};
|
||||||
if ( $@ and $@ =~ /timeout/ ) {
|
if ( $@ and $@ =~ /timeout/ ) {
|
||||||
barf("Program $program took too long, compile time limited for the web script, sorry!.\n");
|
barf("Program $program took too long, compile time limited for the web script, sorry!\n");
|
||||||
}
|
}
|
||||||
if ( -s $outputFile ) {
|
if ( -s $outputFile ) {
|
||||||
print scalar dumpFile( "Output from $program", $outputFile );
|
print scalar dumpFile( "Output from $program", $outputFile );
|
||||||
|
|
Загрузка…
Ссылка в новой задаче