Skip to content

Commit 927bdb2

Browse files
authored
Merge pull request swiftlang#84540 from mikeash/fix-protocol-conformance-cache-tests
[Test] Use %env in protocol-conformance-cache tests.
2 parents 8975d1a + 0807294 commit 927bdb2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/Runtime/protocol-conformance-cache-objc.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// RUN: %empty-directory(%t)
22
// RUN: %target-build-swift %s -o %t/a.out
3-
// RUN: env SWIFT_DEBUG_ENABLE_PROTOCOL_CONFORMANCES_LOOKUP_LOG=1 %target-run %t/a.out 2>&1 | %FileCheck %s
3+
// RUN: env %env-SWIFT_DEBUG_ENABLE_PROTOCOL_CONFORMANCES_LOOKUP_LOG=1 %target-run %t/a.out 2>&1 | %FileCheck %s
44

55
// REQUIRES: executable_test
66
// REQUIRES: objc_interop

test/Runtime/protocol-conformance-cache.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// RUN: %empty-directory(%t)
22
// RUN: %target-build-swift %s -o %t/a.out
3-
// RUN: env SWIFT_DEBUG_ENABLE_PROTOCOL_CONFORMANCES_LOOKUP_LOG=1 %target-run %t/a.out 2>&1 | %FileCheck %s
3+
// RUN: env %env-SWIFT_DEBUG_ENABLE_PROTOCOL_CONFORMANCES_LOOKUP_LOG=1 %target-run %t/a.out 2>&1 | %FileCheck %s
44

55
// REQUIRES: executable_test
66
// REQUIRES: swift_stdlib_asserts

0 commit comments

Comments
 (0)