From 0e650c1c89bc00eba5953fb0e249ff185e3e0c24 Mon Sep 17 00:00:00 2001 From: David Zarzycki Date: Tue, 1 Dec 2020 06:39:13 -0500 Subject: [PATCH] [Testing] Add missing REQUIRES --- validation-test/compiler_crashers_2_fixed/rdar71816041.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/validation-test/compiler_crashers_2_fixed/rdar71816041.swift b/validation-test/compiler_crashers_2_fixed/rdar71816041.swift index da8ae7e349311..928b84c2e37b5 100644 --- a/validation-test/compiler_crashers_2_fixed/rdar71816041.swift +++ b/validation-test/compiler_crashers_2_fixed/rdar71816041.swift @@ -1,4 +1,5 @@ // RUN: %target-swift-frontend -emit-ir -primary-file %s -enable-experimental-concurrency +// REQUIRES: concurrency func getIntAndString() async -> (Int, String) { (5, "1") }