mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Rename -parse flag to -typecheck
A parse-only option is needed for parse performance tracking and the current option also includes semantic analysis.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// TODO: Relies on AnyObject lvalues <rdar://problem/17755906>
|
||||
// R/UN: %target-run-simple-swift | %FileCheck %s
|
||||
// RUN: not %target-build-swift -parse
|
||||
// RUN: not %target-build-swift -typecheck
|
||||
// REQUIRES: executable_test
|
||||
|
||||
import Foundation
|
||||
|
||||
Reference in New Issue
Block a user