Skip to content

Commit 903505a

Browse files
committed
[Test] Code-sign executable before running it :)
Fixes rdar://108216111.
1 parent 31361f8 commit 903505a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Macros/macro_expand_other.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
// Execution testing
1010
// RUN: %target-build-swift -swift-version 5 -enable-experimental-feature FreestandingMacros -load-plugin-library %t/%target-library-name(MacroDefinition) -I %swift-host-lib-dir -L %swift-host-lib-dir %s -o %t/main -module-name MacroUser
11-
// RUN: %target-run %t/main | %FileCheck %s
1211
// RUN: %target-codesign %t/main
12+
// RUN: %target-run %t/main | %FileCheck %s
1313
// REQUIRES: swift_swift_parser, executable_test
1414

1515
@freestanding(expression) macro stringify<T>(_ value: T) -> (T, String) = #externalMacro(module: "MacroDefinition", type: "StringifyMacro")

0 commit comments

Comments
 (0)