Skip to content

Commit 9023661

Browse files
authored
Merge pull request swiftlang#26195 from gmittert/NTPaths
2 parents 0db8bbd + f863c93 commit 9023661

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/SourceKit/CompileNotifications/code-completion.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// RUN: %sourcekitd-test -req=track-compiles == -req=complete %s -offset=0 -- %s | %FileCheck %s -check-prefix=COMPILE_1
22
// COMPILE_1: {
33
// COMPILE_1: key.notification: source.notification.compile-will-start,
4-
// COMPILE_1: key.filepath: "SOURCE_DIR{{.*}}code-completion.swift",
4+
// COMPILE_1: key.filepath: "{{.*}}SOURCE_DIR{{.*}}code-completion.swift",
55
// COMPILE_1: key.compileid: [[CID1:".*"]]
66
// COMPILE_1: }
77
// COMPILE_1: {

0 commit comments

Comments
 (0)