From a175a2bceefdbb68d94a9f20bfdd93a1c503ec16 Mon Sep 17 00:00:00 2001 From: angocke Date: Mon, 26 Jan 2015 10:43:02 -0800 Subject: [PATCH] Fix build break introduces in 1717625. (changeset 1404211) --- src/Compilers/CSharp/Test/CommandLine/CommandLineTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Compilers/CSharp/Test/CommandLine/CommandLineTests.cs b/src/Compilers/CSharp/Test/CommandLine/CommandLineTests.cs index d286766de10..97063e85f34 100644 --- a/src/Compilers/CSharp/Test/CommandLine/CommandLineTests.cs +++ b/src/Compilers/CSharp/Test/CommandLine/CommandLineTests.cs @@ -3590,7 +3590,7 @@ public void BinaryFileErrorTest() public void Bug15538() { // Several Jenkins VMs are still running with local systems permissions. This suite won't run properly - // in that environment. Removing this check is being tracked by issue #79. + // in that environment. Removing this check is being tracked by issue #79. using (var identity = System.Security.Principal.WindowsIdentity.GetCurrent()) { if (identity.IsSystem) -- GitLab