Skip to content

Commit 3b8430b

Browse files
committed
typo
1 parent a6a4362 commit 3b8430b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Parquet.Test/Serialisation/CILProgramTest.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ public void SimpleAssign() {
2323
program.CallVirt(typeof(Arg1).GetProperty(nameof(Arg1.Number)).SetMethod,
2424
Ldarg_0, Ldc_I4_3);
2525

26-
program.Op(Ldc_I4_3);
27-
2826
// program end
2927

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

0 commit comments

Comments
 (0)