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.
libswiftCore.dylib
conformance_descriptors.swift
1 parent bb7e085 commit fcba475Copy full SHA for fcba475
test/Reflection/conformance_descriptors.swift
@@ -3,7 +3,7 @@
3
// RUN: %empty-directory(%t)
4
5
// RUN: %target-build-swift -Xfrontend -enable-anonymous-context-mangled-names %S/Inputs/ConcreteTypes.swift %S/Inputs/GenericTypes.swift %S/Inputs/Protocols.swift %S/Inputs/Extensions.swift %S/Inputs/Closures.swift %S/Inputs/Conformances.swift -parse-as-library -emit-module -emit-library -module-name ConformanceCheck -o %t/Conformances
6
-// RUN: %target-swift-reflection-dump -binary-filename %t/Conformances | %FileCheck %s
+// RUN: %target-swift-reflection-dump -binary-filename %t/Conformances -binary-filename %platform-module-dir/%target-library-name(swiftCore) | %FileCheck %s
7
8
// CHECK: CONFORMANCES:
9
// CHECK: =============
0 commit comments