Skip to content

Commit

Permalink
Remove duplicate checks (#61766)
Browse files Browse the repository at this point in the history
These checks appears to be redundant.
  • Loading branch information
kant2002 committed Nov 18, 2021
1 parent 513d38c commit 2b23bfa
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -630,8 +630,6 @@ public static int Main(String[] args)
Parameter_MarshalerOnValueType_ThrowsMarshalDirectiveException();
Parameter_MarshalerOnPointer_ThrowsMarshalDirectiveException();
Parameter_NullICustomMarshaler_ThrowsTypeLoadException();
Parameter_MarshalerOnPointer_ThrowsMarshalDirectiveException();
Parameter_NullICustomMarshaler_ThrowsTypeLoadException();
Parameter_NotICustomMarshaler_ThrowsApplicationException();
Parameter_OpenGenericICustomMarshaler_ThrowsTypeLoadException();
Parameter_GetInstanceMethodDoesntExist_ThrowsApplicationException();
Expand Down

0 comments on commit 2b23bfa

Please sign in to comment.