Skip to content

Commit 46bf41c

Browse files
authored
Require asserts for access level test
1 parent 08207ee commit 46bf41c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/Sema/access-level-import-flag-check.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
// RUN: %target-swift-frontend -typecheck %t/ClientWithoutTheFlag.swift -I %t -verify
1313
// RUN: %target-swift-frontend -typecheck %t/ClientWithoutTheFlag.swift -I %t \
1414
// RUN: -enable-experimental-feature AccessLevelOnImport
15+
// REQUIRES: asserts
1516

1617
//--- PublicLib.swift
1718
//--- PackageLib.swift

0 commit comments

Comments
 (0)