Skip to content

Commit 4814ea4

Browse files
committed
Update dump-ast test
1 parent 09093e8 commit 4814ea4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Frontend/module-alias-dump-ast.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
public struct Logger {
2525
public init() {}
2626
}
27-
public func setup() -> Logger? {
27+
public func setup() -> XLogging.Logger? {
2828
return Logger()
2929
}
3030

0 commit comments

Comments
 (0)