From bc635472ce8646a004f80b49f255aeff1dc6b467 Mon Sep 17 00:00:00 2001 From: Michael Gottesman Date: Wed, 20 Dec 2023 15:03:35 -0800 Subject: [PATCH] Add REQUIRES: asserts to a test that I missed. --- test/Concurrency/transfernonsendable_crashers_objc.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Concurrency/transfernonsendable_crashers_objc.swift b/test/Concurrency/transfernonsendable_crashers_objc.swift index b4c2499cd4e41..fb05f88c52f8d 100644 --- a/test/Concurrency/transfernonsendable_crashers_objc.swift +++ b/test/Concurrency/transfernonsendable_crashers_objc.swift @@ -1,6 +1,7 @@ // 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 // REQUIRES: objc_interop +// REQUIRES: asserts import Foundation