Skip to content

Commit e6ed154

Browse files
committed
Macro tests only run in CI for macOS at the moment
1 parent 69cdb52 commit e6ed154

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

test/Index/index_macros.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// RUN: %empty-directory(%t)
2-
//
32
// RUN: %target-swift-ide-test -print-indexed-symbols -source-filename %s -enable-experimental-feature Macros | %FileCheck %s
3+
// REQUIRES: OS=macosx
44

55

66
macro myLine: Int = _SwiftSyntaxMacros.LineMacro

test/Serialization/macros.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// RUN: %empty-directory(%t-scratch)
33
// RUN: %target-swift-frontend -emit-module -o %t/def_macros.swiftmodule %S/Inputs/def_macros.swift -module-name def_macros -enable-experimental-feature Macros
44
// RUN: %target-swift-frontend -typecheck -I%t -verify %s -verify-ignore-unknown -enable-experimental-feature Macros
5+
// REQUIRES: OS=macosx
56

67
import def_macros
78

0 commit comments

Comments
 (0)