Skip to content

Commit c80fbae

Browse files
authored
Merge pull request #70946 from tshortli/sendable-objc-attr-in-type-context-test-requires-asserts
Add REQUIRES: asserts to sendable_objc_attr_in_type_context.swift
2 parents 8b514ec + eeec089 commit c80fbae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/Concurrency/sendable_objc_attr_in_type_context.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
// RUN: -module-name main -I %t -verify
1010

1111
// REQUIRES: objc_interop
12+
// REQUIRES: asserts
1213

1314
//--- Test.h
1415
#define SWIFT_SENDABLE __attribute__((__swift_attr__("@Sendable")))

0 commit comments

Comments
 (0)