[embedded] Mark array-builtins-no-stdlib.swift as REQUIRES: swift_in_compiler

This commit is contained in:
Kuba Mracek
2023-09-15 10:38:15 -07:00
parent 20604d4db8
commit d061b93a60

View File

@@ -1,5 +1,7 @@
// RUN: %target-swift-emit-ir %s -parse-stdlib -module-name Swift -enable-experimental-feature Embedded -target arm64e-apple-none | %FileCheck %s
// REQUIRES: swift_in_compiler
// TODO: these builtins in embedded Swift have a completely different IRGen, we need executable tests for them.
class MyClass {}