Skip to content

Commit 05e6364

Browse files
authored
Merge pull request #30125 from benlangmuir/win-path
Update test for Windows path
2 parents c4fe3c2 + 1b3d1ce commit 05e6364

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/SourceKit/Sema/educational_note_diags.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ extension (Int, Int) {}
44

55
// DESCRIPTIVE: key.description: "non-nominal type
66
// DESCRIPTIVE: key.educational_note_paths: [
7-
// DESCRIPTIVE-NEXT: "/educational/notes/path/prefix/nominal-types.md"
7+
// DESCRIPTIVE-NEXT: "{{[/\\]+}}educational{{[/\\]+}}notes{{[/\\]+}}path{{[/\\]+}}prefix{{[/\\]+}}nominal-types.md"
88
// DESCRIPTIVE-NEXT: ]
99

1010
// RUN: %sourcekitd-test -req=sema %s -- %s | %FileCheck %s -check-prefix=DESCRIPTIVE-DISABLED

0 commit comments

Comments
 (0)