We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a36ab6e + 5f9ac39 commit 0054541Copy full SHA for 0054541
test/ModuleInterface/macros.swift
@@ -1,3 +1,5 @@
1
+// REQUIRES: asserts
2
+
3
// RUN: %empty-directory(%t)
4
5
// RUN: %target-swift-frontend -typecheck -module-name Macros -emit-module-interface-path %t/Macros.swiftinterface -enable-experimental-feature Macros %s
test/Serialization/macros.swift
// 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
0 commit comments