mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
This dates back to the early days when the Driver was still being brought up, but there's no reason to put them together now. Reorganization and elimination of redundancy only.
7 lines
488 B
Swift
7 lines
488 B
Swift
// RUN: not %target-swift-frontend -parse-sil -emit-sil 2>&1 | %FileCheck -check-prefix=SIL_FILES %s
|
|
// SIL_FILES: this mode requires a single input file
|
|
|
|
// RUN: not %target-swift-frontend -parse-sil -emit-sil %s %s 2>&1 | %FileCheck -check-prefix=DUPLICATE_FILES %s
|
|
// RUN: not %target-swift-frontend -parse-sil -emit-sil %s %S/../Inputs/empty.swift 2>&1 | %FileCheck -check-prefix=SIL_FILES %s
|
|
// DUPLICATE_FILES: duplicate input file 'SOURCE_DIR/test/Frontend/parse-sil-inputs.swift'
|