Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Suggestion from PR feedback
Co-authored-by: Jan Vorlicek <[email protected]>
  • Loading branch information
2 people authored and github-actions committed Aug 20, 2022
commit f5714fa86a144949db4d8b9e1d0bd65ee66a7d12
2 changes: 1 addition & 1 deletion src/tests/readytorun/tests/main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ static void RVAFieldTest()
// public constructor, so we run something when loading from byte array in the test below
public Program()
{
// do somehting in the constructor to see if it works
// do something in the constructor to see if it works
TestVirtualMethodCalls();
}

Expand Down