Skip to content

Commit 7c1fd54

Browse files
committed
update failing tests
1 parent 48f81c8 commit 7c1fd54

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

test/Macros/SwiftifyImport/CountedBy/Protocol.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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

test/api-digester/stability-stdlib-abi-without-asserts.test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -835,6 +835,7 @@ Struct _StringGuts is now with @_addressableForDependencies
835835

836836
Enum _SwiftifyInfo is a new API without '@available'
837837
Enum _SwiftifyExpr is a new API without '@available'
838+
Enum _SwiftifyProtocolMethodInfo is a new API without '@available'
838839
Enum _DependenceType is a new API without '@available'
839840

840841
Protocol CodingKey has added inherited protocol SendableMetatype

0 commit comments

Comments
 (0)