Skip to content

Commit 2e14df5

Browse files
authored
Merge pull request #69863 from apple/es-fixtest
Fix test: add a missing env
2 parents 8aa0a3c + 8aebee6 commit 2e14df5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/Sema/package_resilience_super_class.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
// RUN: %target-build-swift -I %t -L %t -lUtils %s -o %t/main %target-rpath(%t) -package-name mypkg -DTESTABLE
2121
// RUN: %target-run %t/main %t/%target-library-name(Utils) | %FileCheck %s
2222

23-
// REQUIRES: rdar117594759
23+
// REQUIRES: executable_test
24+
2425
//--- Utils.swift
2526

2627
open class OpenKlass {

0 commit comments

Comments
 (0)