[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-emit-ir %s -parse-stdlib -enable-experimental-feature Embedded -target arm64e-apple-none -wmo | %FileCheck %s
// REQUIRES: swift_in_compiler
public class MyClass {
func foo() { }
func bar() { }