mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
This runs all files that have a target-build-swift or target-run-stdlib-swift RUN line in optimize test mode. Swift SVN r29206
9 lines
202 B
Swift
9 lines
202 B
Swift
// Also run this test in optimize test modes.
|
|
// REQUIRES: optimize_test
|
|
|
|
// RUN: %target-build-swift -parse %s
|
|
// REQUIRES: OS=macosx
|
|
|
|
import AppKit
|
|
NSApplicationMain(Process.argc, Process.unsafeArgv)
|