File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Macros/SwiftifyImport/CountedBy Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 55// RUN: split-file %s %t
66
77// RUN: %target-swift-frontend %t/test.swift -emit-module -plugin-path %swift-plugin-dir -enable-experimental-feature Lifetimes -verify
8- // RUN: %target-swift-frontend %t/test.swift -typecheck -plugin-path %swift-plugin-dir -enable-experimental-feature Lifetimes -dump-macro-expansions 2> %t/expansions.out
8+ // RUN: env SWIFT_BACKTRACE="" %target-swift-frontend %t/test.swift -typecheck -plugin-path %swift-plugin-dir -enable-experimental-feature Lifetimes -dump-macro-expansions 2> %t/expansions.out
99// RUN: %diff %t/expansions.out %t/expansions.expected
1010
1111//--- test.swift
Original file line number Diff line number Diff line change @@ -835,6 +835,7 @@ Struct _StringGuts is now with @_addressableForDependencies
835835
836836Enum _SwiftifyInfo is a new API without '@available'
837837Enum _SwiftifyExpr is a new API without '@available'
838+ Enum _SwiftifyProtocolMethodInfo is a new API without '@available'
838839Enum _DependenceType is a new API without '@available'
839840
840841Protocol CodingKey has added inherited protocol SendableMetatype
You can’t perform that action at this time.
0 commit comments