We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc25075 commit 95e05e3Copy full SHA for 95e05e3
src/libraries/System.Console/tests/ConsoleHandles.cs
@@ -87,7 +87,7 @@ public void OpenStandardHandles_CanBeUsedWithStream()
87
}
88
89
[Fact]
90
- [PlatformSpecific(TestPlatforms.Android | TestPlatforms.iOS | TestPlatforms.tvOS)]
+ [PlatformSpecific(TestPlatforms.Android | TestPlatforms.iOS | TestPlatforms.tvOS | TestPlatforms.Browser)]
91
public void OpenStandardInputHandle_ThrowsOnUnsupportedPlatforms()
92
{
93
Assert.Throws<PlatformNotSupportedException>(() => Console.OpenStandardInputHandle());
0 commit comments