mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
12 lines
586 B
Plaintext
12 lines
586 B
Plaintext
// RUN: %empty-directory(%t)
|
|
// RUN: %gyb %S/Inputs/FloatingPointConversion.swift.gyb -o %t/FloatingPointConversion.swift
|
|
// RUN: %line-directive %t/FloatingPointConversion.swift -- %target-build-swift %t/FloatingPointConversion.swift -Xfrontend -disable-access-control -o %t/a.out_Debug -Onone
|
|
// RUN: %target-codesign %t/a.out_Debug
|
|
//
|
|
// RUN: %line-directive %t/FloatingPointConversion.swift -- %target-run %t/a.out_Debug
|
|
// REQUIRES: executable_test
|
|
//
|
|
// rdar://104232602
|
|
// UNSUPPORTED: CPU=x86_64 && (DARWIN_SIMULATOR=ios || DARWIN_SIMULATOR=watchos || DARWIN_SIMULATOR=tvos)
|
|
//
|