From af236d4c91d13c3418c1508565a4f1b41deda1ca Mon Sep 17 00:00:00 2001 From: Cyrus Najmabadi Date: Fri, 24 Apr 2020 16:01:30 -0700 Subject: [PATCH] Make an option2 --- .../TestUtilities/InProcRemoteHostClientFactory.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/EditorFeatures/TestUtilities/InProcRemoteHostClientFactory.cs b/src/EditorFeatures/TestUtilities/InProcRemoteHostClientFactory.cs index 3d9946a8a3c..c75e777611e 100644 --- a/src/EditorFeatures/TestUtilities/InProcRemoteHostClientFactory.cs +++ b/src/EditorFeatures/TestUtilities/InProcRemoteHostClientFactory.cs @@ -18,7 +18,7 @@ namespace Microsoft.CodeAnalysis.Test.Utilities.RemoteHost { internal static class RemoteHostOptions { - public static readonly Option RemoteHostTest = new Option( + public static readonly Option2 RemoteHostTest = new Option2( nameof(RemoteHostOptions), nameof(RemoteHostTest), defaultValue: false); } -- GitLab