We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f01e350 commit 6c3c2ffCopy full SHA for 6c3c2ff
test/CsWin32Generator.Tests/CsWin32GeneratorTests.cs
@@ -97,7 +97,7 @@ public async Task TestPlatformCaseSensitivity(string platform)
97
{
98
this.platform = platform;
99
this.nativeMethods.Add("SetWindowLongPtr");
100
- await this.InvokeGeneratorAndCompile();
+ await this.InvokeGeneratorAndCompile($"{nameof(this.TestPlatformCaseSensitivity)}_{platform}");
101
}
102
103
[Theory]
0 commit comments