Skip to content

Commit

Permalink
Common.Gen.cs: fixed silly modification while testing
Browse files Browse the repository at this point in the history
  • Loading branch information
deadlocklogic committed Dec 4, 2023
1 parent a835dbf commit 056aa80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/dotnet/Common/Common.Gen.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public override void MarshalToManaged(MarshalContext ctx, GeneratorKind kind)

public override void MarshalToNative(MarshalContext ctx, GeneratorKind kind)
{
ctx.Return.Write("::TypeMappedIndex1()");
ctx.Return.Write("::TypeMappedIndex()");
}
}

Expand Down

0 comments on commit 056aa80

Please sign in to comment.