Skip to content

Commit 0807294

Browse files
committed
[Test] Use %env in protocol-conformance-cache tests.
rdar://161370009
1 parent 2710f20 commit 0807294

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)