Skip to content

Commit 17382a1

Browse files
committed
Merge remote-tracking branch 'origin/main' into rebranch
2 parents 7b3444a + 927bdb2 commit 17382a1

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)