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

github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'test/ILLink.RoslynAnalyzer.Tests/Interop/PInvoke/Warnings.cs')
-rw-r--r--test/ILLink.RoslynAnalyzer.Tests/Interop/PInvoke/Warnings.cs17
1 files changed, 17 insertions, 0 deletions
diff --git a/test/ILLink.RoslynAnalyzer.Tests/Interop/PInvoke/Warnings.cs b/test/ILLink.RoslynAnalyzer.Tests/Interop/PInvoke/Warnings.cs
new file mode 100644
index 000000000..a3a1a3f1d
--- /dev/null
+++ b/test/ILLink.RoslynAnalyzer.Tests/Interop/PInvoke/Warnings.cs
@@ -0,0 +1,17 @@
+
+using System.Threading.Tasks;
+using Xunit;
+
+namespace ILLink.RoslynAnalyzer.Tests.Interop.PInvoke
+{
+ public sealed class WarningsTests : LinkerTestBase
+ {
+ protected override string TestSuiteName => "Interop/PInvoke/Warnings";
+
+ [Fact]
+ public Task ComPInvokeWarning ()
+ {
+ return RunTest ();
+ }
+ }
+} \ No newline at end of file