Skip to content

Commit ee85f6f

Browse files
committed
Move code out of top-level in 'ScanDependencies/unicode_filename.swift'
1 parent 631bcab commit ee85f6f

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
@@ -4,7 +4,9 @@
44
// Check the contents of the JSON output
55
// RUN: %FileCheck %s < %t/deps.json
66

7-
print(foo())
7+
public func bar() {
8+
print(foo())
9+
}
810

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

0 commit comments

Comments
 (0)