We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95fa962 commit 1e6cafbCopy full SHA for 1e6cafb
test/ModuleInterface/noncopyable_generics.swift
@@ -3,5 +3,6 @@
3
// 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
4
// RUN: %target-swift-frontend -emit-sil -sil-verify-all -I %t %s > /dev/null
5
6
+// REQUIRES: asserts
7
8
import NoncopyableGenerics
0 commit comments