mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
ASTMangler: Fix conformance path mangling for noncopyable generics
This commit is contained in:
@@ -2,8 +2,6 @@
|
||||
// RUN: %target-swift-frontend -emit-module %S/Inputs/mangle_conformance_access_path_helper.swift -emit-module-path %t/mangle_conformance_access_path_helper.swiftmodule
|
||||
// RUN: %target-swift-frontend -emit-silgen %s -I %t | %FileCheck %s
|
||||
|
||||
// XFAIL: noncopyable_generics
|
||||
|
||||
import mangle_conformance_access_path_helper
|
||||
|
||||
struct GG<T : P> {}
|
||||
|
||||
Reference in New Issue
Block a user