Skip to content

Commit 8904252

Browse files
fix SourceKit test using the file macro
1 parent a657336 commit 8904252

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/SourceKit/Refactoring/shorthand_shadow.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ func renameBuiltinMacroWithoutHash() {
3232
// RUN: not %sourcekitd-test -req=find-local-rename-ranges -pos=%(line+1):9 %s -- %s 2>&1 | %FileCheck %s --check-prefix=BUILTIN
3333
_ = file
3434
}
35-
// BUILTIN: error: cannot rename system symbol 'file'
35+
// BUILTIN: error: cannot rename system symbol 'file()'
3636
}
3737

3838

0 commit comments

Comments
 (0)