Skip to content

Commit

Permalink
Add missed paren in comment.
Browse files Browse the repository at this point in the history
(cherry picked master -> v1.0 from commit aefbbad)
  • Loading branch information
mmitche authored and nguerrera committed Jan 28, 2015
1 parent 877a0d3 commit 5bf8363
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ static int Main(string[] args)
if (args[0].Equals("infinite"))
{
// To avoid potential issues with orphaned processes (say, the test exits before
// exiting the process, we'll say "infinite" is actually 30 seconds.
// exiting the process), we'll say "infinite" is actually 30 seconds.

Console.WriteLine("ProcessTest_ConsoleApp.exe started with an endless loop");
Thread.Sleep(30 * 1000);
Expand Down

0 comments on commit 5bf8363

Please sign in to comment.