From 056aa802555ce70b5d6cc487248b5cf6ed659668 Mon Sep 17 00:00:00 2001 From: Deadlocklogic Date: Mon, 4 Dec 2023 07:26:38 +0200 Subject: [PATCH] Common.Gen.cs: fixed silly modification while testing --- tests/dotnet/Common/Common.Gen.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/dotnet/Common/Common.Gen.cs b/tests/dotnet/Common/Common.Gen.cs index 73217b863..7ab6cbea8 100644 --- a/tests/dotnet/Common/Common.Gen.cs +++ b/tests/dotnet/Common/Common.Gen.cs @@ -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()"); } }