Skip to content

Commit 9d57362

Browse files
authored
Merge pull request #69209 from kubamracek/typed-throws-codesigning
Add %target-codesign to IRGen/typed_throws_exec.swift
2 parents c0f1ce0 + 80f3462 commit 9d57362

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/IRGen/typed_throws_exec.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// RUN: %empty-directory(%t)
22
// RUN: %target-build-swift -module-name=test -enable-experimental-feature TypedThrows %s -o %t/a.out
3+
// RUN: %target-codesign %t/a.out
34
// RUN: %target-run %t/a.out | %FileCheck %s
45
// REQUIRES: executable_test
56

0 commit comments

Comments
 (0)