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.
2 parents 1f5abe0 + 1e6cafb commit 65aaa49Copy full SHA for 65aaa49
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