Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/api-doc-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Martinez <joelmartinez@gmail.com>2019-12-13 00:37:19 +0300
committerJoel Martinez <joelmartinez@gmail.com>2019-12-13 00:37:19 +0300
commit7dc9b910cd2fe35b1575b468c2778de82d7df603 (patch)
treebf9dfa57bc53bbb2b01768e2b34b50506bbfaa09 /mdoc/mdoc.Test/CppWinRtMembersTests.cs
parent253ddc0ccc08b05fd2270ecbe1823704c508f450 (diff)
updated some tests per the last two commits
Diffstat (limited to 'mdoc/mdoc.Test/CppWinRtMembersTests.cs')
-rw-r--r--mdoc/mdoc.Test/CppWinRtMembersTests.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdoc/mdoc.Test/CppWinRtMembersTests.cs b/mdoc/mdoc.Test/CppWinRtMembersTests.cs
index 5022b103..340b7b84 100644
--- a/mdoc/mdoc.Test/CppWinRtMembersTests.cs
+++ b/mdoc/mdoc.Test/CppWinRtMembersTests.cs
@@ -27,7 +27,7 @@ namespace mdoc.Test
public void Method_GetPrimesOrdered()
{
TestMethodSignature(CppCxTestLibName, "UwpTestWinRtComponentCpp.Class1", "GetPrimesOrdered",
- @"winrt::Windows::Foundation::IAsyncOperationWithProgress<Windows::Foundation::Collections::IVector<int>, double> GetPrimesOrdered(int first, int last);");
+ @"winrt::Windows::Foundation::IAsyncOperationWithProgress<winrt::Windows::Foundation::Collections::IVector<int>, double> GetPrimesOrdered(int first, int last);");
}