Skip to content

Commit 6624784

Browse files
committed
[NFC] Require asserts in two tests that use experimental feature flags.
1 parent f1e14f8 commit 6624784

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/Concurrency/dynamic_checks_for_func_refs_in_preconcurrency_apis_objc.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// RUN: %target-swift-frontend(mock-sdk: %clang-importer-sdk) -enable-experimental-feature DynamicActorIsolation -emit-silgen -verify %s | %FileCheck %s
22
// REQUIRES: objc_interop
3+
// REQUIRES: asserts
34

45
import Foundation
56

test/Concurrency/sendable_objc_attr_in_type_context_swift6.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)