mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[embedded] Mark all embedded tests as REQUIRES: swift_in_compiler
This commit is contained in:
@@ -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 {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user