Skip to content

Commit 9c5a907

Browse files
committed
Remove unnecessary SupportedOSPlatform attribute from PEBinaryTests
1 parent 58f74d1 commit 9c5a907

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: src/Test.UnitTests.BinaryParsers/PEBinary/PEBinaryTests.cs

-1
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,6 @@ public void PEBinary_IsDotNetNativeBootstrapExe()
213213
}
214214

215215
[Fact]
216-
[SupportedOSPlatform("windows")]
217216
public void PEBinary_CanCreateIDiaSourceFromMsdia()
218217
{
219218
if (!PlatformSpecificHelpers.RunningOnWindows()) { return; }

0 commit comments

Comments
 (0)