Skip to content

Commit 715c9ad

Browse files
Merge pull request swiftlang#59888 from nate-chandler/rdar96341389
[Test] Require asserts in Sema/implicit-import-in-inlinable-code.swift
2 parents 20ab16f + 075a0af commit 715c9ad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/Sema/implicit-import-in-inlinable-code.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
/// In Swift 6, it's an error.
1717
// RUN: %target-swift-frontend -emit-module %t/clientFileA-Swift6.swift %t/clientFileB.swift -module-name client -o %t/client.swiftmodule -I %t -verify -swift-version 6
1818

19+
// REQUIRES: asserts
20+
1921
// BEGIN empty.swift
2022

2123
// BEGIN libA.swift

0 commit comments

Comments
 (0)