Skip to content

Commit a476e9f

Browse files
committed
Fix dangling IsLinux reference
1 parent 52feb6c commit a476e9f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Diff for: test/PowerShellEditorServices.Test.E2E/LanguageServerProtocolMessageTests.cs

-4
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
using System.IO;
88
using System.Linq;
99
using System.Reflection;
10-
using System.Runtime.InteropServices;
1110
using System.Text;
1211
using System.Threading;
1312
using System.Threading.Tasks;
@@ -29,9 +28,6 @@ namespace PowerShellEditorServices.Test.E2E
2928
[Trait("Category", "LSP")]
3029
public class LanguageServerProtocolMessageTests : IClassFixture<LSPTestsFixture>, IDisposable
3130
{
32-
// Borrowed from `VersionUtils` which can't be used here due to an initialization problem.
33-
private static bool IsLinux { get; } = RuntimeInformation.IsOSPlatform(OSPlatform.Linux);
34-
3531
private static readonly string s_binDir =
3632
Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location);
3733

0 commit comments

Comments
 (0)