Skip to content

Commit 0054541

Browse files
authored
Merge pull request #62344 from etcwilde/ewilde/requires-asserts-macro-tests
Requires-asserts macro tests
2 parents a36ab6e + 5f9ac39 commit 0054541

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

test/ModuleInterface/macros.swift

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// REQUIRES: asserts
2+
13
// RUN: %empty-directory(%t)
24

35
// RUN: %target-swift-frontend -typecheck -module-name Macros -emit-module-interface-path %t/Macros.swiftinterface -enable-experimental-feature Macros %s

test/Serialization/macros.swift

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// REQUIRES: asserts
2+
13
// RUN: %empty-directory(%t)
24
// RUN: %empty-directory(%t-scratch)
35
// 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

Comments
 (0)