Skip to content

Commit 075a0af

Browse files
committed
[Test] Require asserts in Sema/implicit-import-in-inlinable-code.swift
One of its run lines includes `-swift-version 6` which is only allowed in asserts builds currently. rdar://96341389
1 parent f13a521 commit 075a0af

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)