Skip to content

Commit 4f3fe50

Browse files
authored
Merge pull request #67303 from artemcm/FixScanDepsTopLevelTest
Move code out of top-level in 'ScanDependencies/unicode_filename.swift'
2 parents 8232cba + ee85f6f commit 4f3fe50

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/ScanDependencies/unicode_filename.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
// RUN: %validate-json %t/deps.json &>/dev/null
66
// RUN: %FileCheck %s < %t/deps.json
77

8-
print(foo())
8+
public func bar() {
9+
print(foo())
10+
}
911

1012
// CHECK: "swift": "deps"
1113
// CHECK-NEXT: },

0 commit comments

Comments
 (0)