Files
swift-mirror/test/Driver/multiple_input.swift
David Farler b7d17b25ba Rename -parse flag to -typecheck
A parse-only option is needed for parse performance tracking and the
current option also includes semantic analysis.
2016-11-28 10:50:55 -08:00

7 lines
427 B
Swift

// RUN: %target-swift-frontend -typecheck %S/Inputs/main.swift %S/Inputs/lib.swift %s -module-name ThisModule
// RUN: %target-swift-frontend -typecheck %s %S/Inputs/lib.swift %S/Inputs/main.swift -module-name ThisModule
// RUN: not %target-swift-frontend -typecheck -parse-as-library %S/Inputs/main.swift %S/Inputs/lib.swift %s 2>&1 | %FileCheck %s
// CHECK: main.swift:
// CHECK: expressions are not allowed at the top level