Skip to content

Commit 65aaa49

Browse files
authored
Merge pull request #70186 from beccadax/fix-noncopyable-generics-test
Fix ModuleInterface/noncopyable_generics.swift
2 parents 1f5abe0 + 1e6cafb commit 65aaa49

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/ModuleInterface/noncopyable_generics.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
// RUN: %target-swift-frontend -enable-library-evolution -emit-module -o %t/NoncopyableGenerics.swiftmodule -emit-module-interface-path %t/NoncopyableGenerics.swiftinterface -enable-experimental-feature NoncopyableGenerics %S/Inputs/NoncopyableGenerics.swift
44
// RUN: %target-swift-frontend -emit-sil -sil-verify-all -I %t %s > /dev/null
55

6+
// REQUIRES: asserts
67

78
import NoncopyableGenerics

0 commit comments

Comments
 (0)