Skip to content
This repository has been archived by the owner on Aug 24, 2022. It is now read-only.

Commit

Permalink
Merge PR#712 (Add test for passing GCHandle ptr via pinvoke)
Browse files Browse the repository at this point in the history
Conflicts:
	Tests/EmscriptenTestCases/PassPtrToPinnedArray.cs
	Tests/Tests.csproj
  • Loading branch information
kg committed Apr 8, 2015
2 parents ba9fc6b + 3a47d5a commit 7cae3ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Tests/Tests.csproj
Expand Up @@ -145,6 +145,7 @@
<None Include="EmscriptenTestCases\GetDelegateForFunctionPointer.cs" />
<None Include="EmscriptenTestCases\StaticStringFromIntPtr.cs" />
<None Include="EmscriptenTestCases\OutStructArrayParameter.cs" />
<None Include="EmscriptenTestCases\PassPtrToPinnedArray.cs" />
<None Include="AnalysisTestCases\Issue696.cs" />
<None Include="EmscriptenTestCases\EnumRoundTrip.cs" />
<Compile Include="EmscriptenTestCases\ProxiedExternFunction.cs" />
Expand Down Expand Up @@ -686,4 +687,4 @@
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
</ItemGroup>
<Import Project="..\.NET 4.5.targets" />
</Project>
</Project>

0 comments on commit 7cae3ee

Please sign in to comment.