Skip to content
Snippets Groups Projects
Commit e1809074 authored by Bill Wendling's avatar Bill Wendling
Browse files

Remove extraneous period.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@135619 91177308-0d34-0410-b5e6-96231b3b80d8
parent 2da13b15
No related branches found
No related tags found
No related merge requests found
...@@ -269,7 +269,7 @@ sub try_run { ...@@ -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 );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment