Skip to content

Commit

Permalink
Remove a few duplicated S.R.InteropServices tests (#55650)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephentoub committed Jul 14, 2021
1 parent 673bc35 commit 8de6d05
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -351,8 +351,8 @@ public static IEnumerable<object[]> GetObjectForNativeVariant_InvalidVarType_Tes
yield return new object[] { 128 };
yield return new object[] { 4094 };
yield return new object[] { VT_BSTR_BLOB };
yield return new object[] { VT_ILLEGALMASKED };
yield return new object[] { VT_TYPEMASK };
Assert.Equal(VT_BSTR_BLOB, VT_ILLEGALMASKED);
Assert.Equal(VT_BSTR_BLOB, VT_TYPEMASK);
yield return new object[] { VT_VECTOR };
yield return new object[] { 4097 };
yield return new object[] { 8191 };
Expand Down

0 comments on commit 8de6d05

Please sign in to comment.