Skip to content

Commit d0b4da6

Browse files
committed
test: mark linker directives tests as macosx only
1 parent 3a55c3c commit d0b4da6

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

test/IRGen/original-defined-attr-linker-hide.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// RUN: %target-swift-frontend -swift-version 4 -enforce-exclusivity=checked %s -emit-ir -module-name CurrentModule -D CURRENT_MODULE | %FileCheck %s --check-prefix=CHECK-SAMEMAJOR --check-prefix=CHECK-DIFFMAJOR
2+
// REQUIRES: OS=macosx
23

34
@available(OSX 10.8, *)
45
@_originallyDefinedIn(module: "OriginalModule", macOS 10.10)

test/TBD/linker-directives.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
// REQUIRES: VENDOR=apple
2+
// REQUIRES: OS=macosx
3+
24
// RUN: %empty-directory(%t)
35

46
// RUN: %target-swift-frontend -typecheck %s -tbd-is-installapi -emit-tbd -emit-tbd-path %t/linker_directives.tbd

0 commit comments

Comments
 (0)