mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Hopefully fixes some of the weird failures we're seeing in rdar://problem/42247881, though I'm not sure how it would be responsible for some of them.
6 lines
275 B
Swift
6 lines
275 B
Swift
// RUN: %empty-directory(%t)
|
|
// RUN: echo 'print("Hello, World!")' >%t/main.swift
|
|
// RUN: touch %t/bridgingHeader.h
|
|
//
|
|
// RUN: %swiftc_driver -driver-filelist-threshold=0 -enable-batch-mode -num-threads 2 -c %t/main.swift -import-objc-header %t/bridgingHeader.h -o %t/main.o
|