Files
swift-mirror/test/Interpreter/SDK/GLKit_jit.swift
Dmitri Hrybenko 6058d291ca CMake: allow the SDK overlay to be built separately from the compiler
and the stdandard library

rdar://19703353

Swift SVN r25139
2015-02-10 21:57:03 +00:00

7 lines
239 B
Swift

// Test GLKit.swift in JIT mode.
// -module-name is necessary because of rdar://problem/14483032
// RUN: %target-jit-run -module-name=main %S/GLKit.swift | FileCheck %S/GLKit.swift
// REQUIRES: objc_interop
// REQUIRES: swift_interpreter