mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +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,7 +1,7 @@
|
||||
// RUN: rm -rf %t
|
||||
// RUN: mkdir -p %t
|
||||
// RUN: %gyb -D_runtime=%target-runtime %s -o %t/main.swift
|
||||
// RUN: %line-directive %t/main.swift -- %target-swift-frontend -parse -verify %t/main.swift
|
||||
// RUN: %line-directive %t/main.swift -- %target-swift-frontend -typecheck -verify %t/main.swift
|
||||
|
||||
func test_StringSubscriptByInt(
|
||||
x: String,
|
||||
|
||||
Reference in New Issue
Block a user