Skip to content

Commit a6142dc

Browse files
committed
[embedded] Mark embedded/no-allocations.swift test as REQUIRES: optimized_stdlib
1 parent 4f592f0 commit a6142dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/embedded/no-allocations.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// RUN: %target-swift-emit-ir %s -enable-experimental-feature Embedded -no-allocations -wmo -verify -verify-ignore-unknown
44

55
// REQUIRES: swift_in_compiler
6+
// REQUIRES: optimized_stdlib
67
// REQUIRES: OS=macosx || OS=linux-gnu
78

89
public class X {} // expected-error {{cannot use allocating type 'X' in -no-allocations mode}}

0 commit comments

Comments
 (0)