We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69cdb52 commit e6ed154Copy full SHA for e6ed154
test/Index/index_macros.swift
@@ -1,6 +1,6 @@
1
// RUN: %empty-directory(%t)
2
-//
3
// RUN: %target-swift-ide-test -print-indexed-symbols -source-filename %s -enable-experimental-feature Macros | %FileCheck %s
+// REQUIRES: OS=macosx
4
5
6
macro myLine: Int = _SwiftSyntaxMacros.LineMacro
test/Serialization/macros.swift
@@ -2,6 +2,7 @@
// RUN: %empty-directory(%t-scratch)
// RUN: %target-swift-frontend -emit-module -o %t/def_macros.swiftmodule %S/Inputs/def_macros.swift -module-name def_macros -enable-experimental-feature Macros
// RUN: %target-swift-frontend -typecheck -I%t -verify %s -verify-ignore-unknown -enable-experimental-feature Macros
7
import def_macros
8
0 commit comments