mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
10 lines
488 B
Plaintext
10 lines
488 B
Plaintext
// RUN: %empty-directory(%t)
|
|
// RUN: %gyb %S/Inputs/FixedPointConversion.swift.gyb -Dtarget_ptrsize=%target-ptrsize -o %t/FixedPointConversion.swift
|
|
// RUN: %line-directive %t/FixedPointConversion.swift -- %target-build-swift %t/FixedPointConversion.swift -o %t/a.out_Release -O
|
|
// RUN: %target-codesign %t/a.out_Release
|
|
//
|
|
// RUN: %line-directive %t/FixedPointConversion.swift -- %target-run %t/a.out_Release
|
|
// REQUIRES: executable_test
|
|
// REQUIRES: long_test
|
|
// REQUIRES: rdar49177883
|