[embedded] Mark all embedded tests as REQUIRES: swift_in_compiler

This commit is contained in:
Kuba Mracek
2023-11-07 09:58:47 -08:00
parent 2936a33680
commit f1aba675ef
45 changed files with 57 additions and 0 deletions

View File

@@ -1,5 +1,7 @@
// RUN: %target-swift-frontend -emit-ir -verify %s -parse-stdlib -enable-experimental-feature Embedded -wmo
// REQUIRES: swift_in_compiler
public protocol Player {}
struct Concrete: Player {}