Skip to content

Commit 7a83c0c

Browse files
authored
Merge pull request swiftlang#75169 from eeckstein/fix-test
tests: add a missing `REQUIRES: executable_test` in SILOptimizer/stack-promotion-crash.swift
2 parents a4e66f6 + c142e36 commit 7a83c0c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/SILOptimizer/stack-promotion-crash.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
// RUN: %target-codesign %t/a.out
77
// RUN: %target-run %t/a.out | %FileCheck %s
88

9+
// REQUIRES: executable_test
10+
911
//--- module.modulemap
1012

1113
module CModule {

0 commit comments

Comments
 (0)