Skip to content

Commit

Permalink
Fix visibility error XUW1003 in tests: (dotnet#95851)
Browse files Browse the repository at this point in the history
  • Loading branch information
gbalykov authored Dec 11, 2023
1 parent 07b2b50 commit c9088fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,7 @@ public sealed class NestedClassGenericServer<T> : INestedInterfaceVisibleTrue, I
[ConditionalFact(typeof(TestLibrary.Utilities), nameof(TestLibrary.Utilities.IsNotNativeAot))]
[PlatformSpecific(TestPlatforms.Windows)]
[SkipOnMono("Requires COM support")]
private static void RunComVisibleTests()
public static void RunComVisibleTests()
{
int fooSuccessVal = 0;
//
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,7 @@ public sealed class NestedClassGenericServer<T> : INestedInterfaceVisibleTrue, I
[ConditionalFact(typeof(TestLibrary.Utilities), nameof(TestLibrary.Utilities.IsNotNativeAot))]
[PlatformSpecific(TestPlatforms.Windows)]
[SkipOnMono("Requires COM support")]
private static void RunComVisibleTests()
public static void RunComVisibleTests()
{
int fooSuccessVal = 0;
//
Expand Down

0 comments on commit c9088fe

Please sign in to comment.