[embedded] Fix conditionals.swift/stdlib-basic.swift test failures on Linux

This commit is contained in:
Kuba Mracek
2023-09-17 08:27:25 -07:00
parent aa9a881211
commit a850aa1364
2 changed files with 4 additions and 2 deletions

View File

@@ -1,6 +1,8 @@
// RUN: %target-swift-frontend -target armv7-apple-none-macho -Xcc -D__MACH__ -emit-ir %s -enable-experimental-feature Embedded | %FileCheck %s
// RUN: %target-swift-frontend -target arm64-apple-none-macho -Xcc -D__MACH__ -Xcc -D__arm64__ -Xcc -D__APPLE__ -emit-ir %s -enable-experimental-feature Embedded | %FileCheck %s
// REQUIRES: VENDOR=apple
public func bool() -> Bool {
return true
}