Skip to content

Commit 9835888

Browse files
committed
[interop][SwiftToCxx] fix function_with_array.swift test
1 parent 907b3a9 commit 9835888

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Interop/SwiftToCxx/functions/PrintAsCxx/function_with_array.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
// CHECK: namespace function_with_array
66
// FIXME: we don't actually emit a declaration for this, but for now at least
77
// check that we don't crash.
8-
// CHECK-NOT: void f
8+
// CHECK: void f(const Swift::Array<swift::Int>&
99
public func f(_: [Int]) { }

0 commit comments

Comments
 (0)