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.
2 parents 0db8bbd + f863c93 commit 9023661Copy full SHA for 9023661
test/SourceKit/CompileNotifications/code-completion.swift
@@ -1,7 +1,7 @@
1
// RUN: %sourcekitd-test -req=track-compiles == -req=complete %s -offset=0 -- %s | %FileCheck %s -check-prefix=COMPILE_1
2
// COMPILE_1: {
3
// COMPILE_1: key.notification: source.notification.compile-will-start,
4
-// COMPILE_1: key.filepath: "SOURCE_DIR{{.*}}code-completion.swift",
+// COMPILE_1: key.filepath: "{{.*}}SOURCE_DIR{{.*}}code-completion.swift",
5
// COMPILE_1: key.compileid: [[CID1:".*"]]
6
// COMPILE_1: }
7
0 commit comments