Skip to content

Commit 6c3c2ff

Browse files
authored
Fix build break in test after merge (#1503)
1 parent f01e350 commit 6c3c2ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/CsWin32Generator.Tests/CsWin32GeneratorTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ public async Task TestPlatformCaseSensitivity(string platform)
9797
{
9898
this.platform = platform;
9999
this.nativeMethods.Add("SetWindowLongPtr");
100-
await this.InvokeGeneratorAndCompile();
100+
await this.InvokeGeneratorAndCompile($"{nameof(this.TestPlatformCaseSensitivity)}_{platform}");
101101
}
102102

103103
[Theory]

0 commit comments

Comments
 (0)