ASTMangler: Fix conformance path mangling for noncopyable generics

This commit is contained in:
Slava Pestov
2024-03-01 15:43:47 -05:00
parent d88faf3626
commit e85f8e1e56
2 changed files with 8 additions and 3 deletions

View File

@@ -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> {}