Skip to content

Commit 20750b7

Browse files
committed
[Tests] Add REQUIRES: asserts to -swift-version 6 tests
1 parent 95d5108 commit 20750b7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/Concurrency/actor_isolation_swift6.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// RUN: %target-typecheck-verify-swift -disable-availability-checking -warn-concurrency -swift-version 6
22
// REQUIRES: concurrency
3+
// REQUIRES: asserts
34

45
final class ImmutablePoint: Sendable {
56
let x : Int = 0

test/Concurrency/global_actor_inference_swift6.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// RUN: %target-swift-frontend -swift-version 6 -emit-module -emit-module-path %t/other_global_actor_inference.swiftmodule -module-name other_global_actor_inference -warn-concurrency %S/Inputs/other_global_actor_inference.swift
33
// RUN: %target-typecheck-verify-swift -swift-version 6 -I %t -disable-availability-checking
44
// REQUIRES: concurrency
5+
// REQUIRES: asserts
56
import other_global_actor_inference
67

78
actor SomeActor { }

0 commit comments

Comments
 (0)