mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Fix ModuleInterface/noncopyable_generics.swift
Experimental features are disabled in no-asserts compilers.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user