Skip to content

Commit

Permalink
Fix test build (#111119)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobbotsch authored Jan 6, 2025
1 parent 4b02c51 commit 1a97d63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/Regressions/coreclr/GitHub_110987/test110987.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public static void TestDynamicMethodALC()
ILGenerator ilGenerator = myMethod.GetILGenerator();
ilGenerator.Emit(OpCodes.Ret);
typeBuilder.CreateType();
MemoryStream ms = new MemoryStream()
MemoryStream ms = new MemoryStream();
ab.Save(ms);

ms.Position = 0;
Expand Down

0 comments on commit 1a97d63

Please sign in to comment.