Skip to content

Commit 8fb002e

Browse files
committed
tests: add a missing target-codesign in constant_folded_fp_operations.swift
rdar://119268917
1 parent 703a471 commit 8fb002e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

validation-test/SILOptimizer/constant_folded_fp_operations.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
// RUN: %target-swift-frontend -emit-sil -O -suppress-warnings -verify %t/constant_folded_fp_operation_validation.swift 2>&1 | %FileCheck --check-prefix=CHECK-SIL %t/constant_folded_fp_operation_validation.swift
55
// RUN: %target-build-swift -O -suppress-warnings %t/constant_folded_fp_operation_validation.swift -o %t/a.out
6+
// RUN: %target-codesign %t/a.out
67
// RUN: %target-run %t/a.out
78

89
// REQUIRES: executable_test,optimized_stdlib

0 commit comments

Comments
 (0)