Fix ModuleInterface/noncopyable_generics.swift

Experimental features are disabled in no-asserts compilers.
This commit is contained in:
Becca Royal-Gordon
2023-12-02 10:01:48 -08:00
parent 95fa962851
commit 1e6cafb9e7

View File

@@ -3,5 +3,6 @@
// 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
// RUN: %target-swift-frontend -emit-sil -sil-verify-all -I %t %s > /dev/null
// REQUIRES: asserts
import NoncopyableGenerics