Skip to content

Commit 3aeb5e9

Browse files
committed
[embedded] Add missing 'REQUIRES' into test/embedded/cxxshim.swift
1 parent 85a4f18 commit 3aeb5e9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/embedded/cxxshim.swift

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,12 @@
33

44
// RUN: %target-swift-frontend -I %t %t/Main.swift -enable-experimental-feature Embedded -cxx-interoperability-mode=default -c -o %t/a.o -Rmodule-loading
55

6+
// REQUIRES: swift_in_compiler
7+
// REQUIRES: OS=macosx || OS=linux-gnu
8+
// REQUIRES: swift_feature_Embedded
9+
610
// BEGIN header.h
711

8-
// C++
912
struct Base { int field; };
1013
struct Derived : Base {};
1114

0 commit comments

Comments
 (0)