Files
swift-mirror/test/SourceKit/Misc/handle-filelist-driver-args.swift
Nathan Hawes 50dc7d85dd [Driver/SourceKit] Handle filelist driver args in getSingleFrontendInvocationFromDriverArguments
getSingleFrontendInvocationFromDriverArguments is set up to never produce file
lists in the output frontend arguments, but since the driver accepts file lists
as input arguments, this should too.
2020-06-10 10:50:56 -07:00

9 lines
299 B
Swift

let x = 10
x.littleEndian
// RUN: %empty-directory(%t)
// RUN: echo %s > %t/tmp.SwiftFileList
// RUN: %target-swiftc_driver -typecheck @%t/tmp.SwiftFileList
// RUN: %sourcekitd-test -req=complete -pos=2:3 %s -- @%t/tmp.SwiftFileList | %FileCheck %s -check-prefix=COMPLETE
// COMPLETE: littleEndian