Skip to content

Commit 95e05e3

Browse files
Copilotjkotas
andcommitted
Enable OpenStandardInputHandle test on Browser platform
Co-authored-by: jkotas <[email protected]>
1 parent dc25075 commit 95e05e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libraries/System.Console/tests/ConsoleHandles.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public void OpenStandardHandles_CanBeUsedWithStream()
8787
}
8888

8989
[Fact]
90-
[PlatformSpecific(TestPlatforms.Android | TestPlatforms.iOS | TestPlatforms.tvOS)]
90+
[PlatformSpecific(TestPlatforms.Android | TestPlatforms.iOS | TestPlatforms.tvOS | TestPlatforms.Browser)]
9191
public void OpenStandardInputHandle_ThrowsOnUnsupportedPlatforms()
9292
{
9393
Assert.Throws<PlatformNotSupportedException>(() => Console.OpenStandardInputHandle());

0 commit comments

Comments
 (0)