Skip to content

Commit 61f61c0

Browse files
authored
[embedded] Update 'REQUIRES' in dependencies-random.swift
1 parent 35a1ce0 commit 61f61c0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/embedded/dependencies-random.swift

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// RUN: %empty-directory(%t)
2-
// RUN: %target-swift-frontend -parse-as-library -enable-experimental-feature Embedded %s -c -o %t/a.o
2+
// RUN: %target-swift-frontend -parse-as-library -enable-experimental-feature Embedded -enable-experimental-feature Extern %s -c -o %t/a.o
33

44
// RUN: grep DEP\: %s | sed 's#// DEP\: ##' | sort > %t/allowed-dependencies.txt
55

@@ -30,6 +30,9 @@
3030
// REQUIRES: optimized_stdlib
3131
// UNSUPPORTED: OS=linux-gnu && CPU=aarch64
3232

33+
// REQUIRES: swift_feature_Embedded
34+
// REQUIRES: swift_feature_Extern
35+
3336
@_extern(c, "putchar")
3437
@discardableResult
3538
func putchar(_: CInt) -> CInt

0 commit comments

Comments
 (0)