Skip to content

Commit

Permalink
Fix test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
jkotas committed Apr 1, 2021
1 parent e9f004b commit de57531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coreclr/tools/Common/TypeSystem/IL/MethodIL.cs
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public abstract partial class MethodIL
/// (typically a <see cref="MethodDesc"/>, <see cref="FieldDesc"/>, <see cref="TypeDesc"/>,
/// or <see cref="MethodSignature"/>).
/// </summary>
public abstract Object GetObject(int token, NotFoundBehavior notFoundBehavior = NotFoundBehavior.ReturnNull);
public abstract Object GetObject(int token, NotFoundBehavior notFoundBehavior = NotFoundBehavior.Throw);

/// <summary>
/// Gets a list of exception regions this method body defines.
Expand Down

0 comments on commit de57531

Please sign in to comment.