Skip to content

Commit bc63547

Browse files
committed
Add REQUIRES: asserts to a test that I missed.
1 parent b238c16 commit bc63547

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/Concurrency/transfernonsendable_crashers_objc.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// RUN: %target-swift-frontend -emit-sil -strict-concurrency=complete -enable-experimental-feature RegionBasedIsolation -disable-availability-checking %s -o /dev/null -import-objc-header %S/Inputs/transfernonsendable_crashers_objc.h
22

33
// REQUIRES: objc_interop
4+
// REQUIRES: asserts
45

56
import Foundation
67

0 commit comments

Comments
 (0)