Skip to content

Commit 53e99d3

Browse files
committed
Add two missing REQUIRES to a test.
1 parent 1e2d056 commit 53e99d3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/Concurrency/hoptomainactorifneeded_interpreter.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
// UNSUPPORTED: use_os_stdlib
1818
// UNSUPPORTED: freestanding
1919

20+
// REQUIRES: objc_interop
21+
// REQUIRES: asserts
22+
2023
// READ THIS: This test validates that we properly crash in the closure if we do
2124
// not have GenerateForceToMainActorThunks set, and the inverse (no crash) if we
2225
// set the flag.

0 commit comments

Comments
 (0)