Skip to content

Commit 3befc1c

Browse files
committed
Fix incorrect test document name
1 parent 67498fe commit 3befc1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/SilkTouch/SilkTouch/Naming/IdentifySharedPrefixesTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ public async Task IdentifiesSharedPrefixGlfw(string? hint)
9292
var project = TestUtils
9393
.CreateTestProject()
9494
.AddDocument(
95-
"VocalMorpherPhoneme.gen.cs",
95+
"Glfw.gen.cs",
9696
"""
9797
public struct Glfw;
9898
public struct GLFWallocator;

0 commit comments

Comments
 (0)