Files
swift-mirror/test/Interpreter/SDK/NSApplicationMain.swift
Arnold Schwaighofer 3643c614a3 Run tests in optimize test modes
This runs all files that have a target-build-swift or target-run-stdlib-swift
RUN line in optimize test mode.

Swift SVN r29206
2015-06-01 21:23:31 +00:00

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)