From ef73c398bbabd902ec314feaf7b57b36c35e3b2f Mon Sep 17 00:00:00 2001 From: Erik Eckstein Date: Tue, 20 Oct 2020 13:49:58 +0200 Subject: [PATCH] tests: fix APINotes/blocks.swift The requirement executable_test is not needed here. It was there for historical reasons. rdar://problem/70400635 --- test/APINotes/blocks.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/test/APINotes/blocks.swift b/test/APINotes/blocks.swift index dd81a47e3b0c0..aeda4f40647ad 100644 --- a/test/APINotes/blocks.swift +++ b/test/APINotes/blocks.swift @@ -1,5 +1,4 @@ // RUN: %target-build-swift -Xfrontend %clang-importer-sdk %s -emit-ir -// REQUIRES: executable_test // REQUIRES: objc_interop