Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
aloneguid committed Feb 22, 2023
1 parent a6a4362 commit 3b8430b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Parquet.Test/Serialisation/CILProgramTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ public void SimpleAssign() {
program.CallVirt(typeof(Arg1).GetProperty(nameof(Arg1.Number)).SetMethod,
Ldarg_0, Ldc_I4_3);

program.Op(Ldc_I4_3);

// program end

Action<Arg1> dg = program.ToDelegate();
Expand Down

0 comments on commit 3b8430b

Please sign in to comment.