Skip to content

Commit c0f6142

Browse files
committed
Update PolyfillTests_OperatingSystem.cs
1 parent 68b2aa6 commit c0f6142

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/Tests/PolyfillTests_OperatingSystem.cs

+2-5
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,10 @@
1010
// ReSharper disable ArrangeObjectCreationWhenTypeEvident
1111
// ReSharper disable PartialTypeWithSinglePart
1212

13-
namespace Tests;
14-
1513
[SuppressMessage("Style", "IDE0007:Use implicit type")]
1614
partial class PolyfillTests
1715
{
18-
19-
#if FeatureRuntimeInformation
16+
#if FeatureRuntimeInformation
2017
[Test]
2118
public void IsOperatingSystemWindows()
2219
{
@@ -109,5 +106,5 @@ public void IsOperatingSystemWasi()
109106

110107
Assert.AreEqual(expected, actual);
111108
}
112-
#endif
109+
#endif
113110
}

0 commit comments

Comments
 (0)