Skip to content

Commit 915c4ea

Browse files
Merge pull request #68538 from kateinoigakukun/katei/disable-opt-test-cow-check
test: Disable access merging optimization test with invariant asserts
2 parents d6c67f6 + e5b2348 commit 915c4ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/SILOptimizer/merge_exclusivity.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// RUN: %target-swift-frontend -O -enforce-exclusivity=checked -Xllvm -sil-disable-pass=redundant-load-elimination -emit-sil -primary-file %s | %FileCheck %s --check-prefix=TESTSIL
22
// REQUIRES: optimized_stdlib,asserts
3+
// REQUIRES: swift_stdlib_no_asserts
34
// REQUIRES: PTRSIZE=64
45

56
public var check: UInt64 = 0

0 commit comments

Comments
 (0)