Skip to content

Commit f5eb65c

Browse files
authored
Merge pull request #70294 from eeckstein/fix-test
tests: add a missing target-codesign in constant_folded_fp_operations swift
2 parents 090a047 + 8fb002e commit f5eb65c

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)