mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Requires-asserts macro tests
Macros are an experimental feature, as such are not available on non-asserts compilers. Adding requires asserts to remaining experimental macro tests. - ModuleInterface/macros.swift - Serialization/macros.swift
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
// REQUIRES: asserts
|
||||
|
||||
// RUN: %empty-directory(%t)
|
||||
|
||||
// RUN: %target-swift-frontend -typecheck -module-name Macros -emit-module-interface-path %t/Macros.swiftinterface -enable-experimental-feature Macros %s
|
||||
|
||||
Reference in New Issue
Block a user