mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Also, continue trying opening files even if any of primary files are missing so that the caller can know all files failed to open. rdar://problem/33757793
4 lines
171 B
Swift
4 lines
171 B
Swift
// RUN: %sourcekitd-test -req=complete -pos=1:1 %s -- /tmp/SOMETHING_DOES_NOT_EXIST_1.swift %s /tmp/SOMETHING_DOES_NOT_EXIST_2.swift | %FileCheck %s
|
|
|
|
// CHECK: results: [
|