Skip to content

Commit bc978d2

Browse files
authored
Merge pull request #60311 from tshortli/swift6-tests-require-asserts
Add REQUIRES: asserts to the attr_inlinable_typealias_swift6 test case
2 parents 8f9c533 + 985bcae commit bc978d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/attr/attr_inlinable_typealias_swift6.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// RUN: %target-typecheck-verify-swift -swift-version 6
2+
// REQUIRES: asserts
23

34
internal typealias InternalAlias = Int // expected-note 2 {{type alias 'InternalAlias' is not '@usableFromInline' or public}}
45

0 commit comments

Comments
 (0)