mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Otherwise, we get into trouble when only building iOS libraries and then running tests (on macOS). rdar://problem/33971531&33971705
3 lines
177 B
Swift
3 lines
177 B
Swift
// RUN: %swiftc_driver_plain -driver-use-frontend-path bin/completely-fake-driver -driver-print-jobs %s 2>&1 | %FileCheck %s
|
|
// CHECK: {{^}}bin/completely-fake-driver -frontend
|