Skip to content

Commit 1a637c6

Browse files
committed
Enable -requirement-machine-abstract-signatures=on in a couple of tests that used to fail
1 parent 0b612a4 commit 1a637c6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

test/SILGen/subclass_existentials.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

2-
// RUN: %target-swift-emit-silgen -module-name subclass_existentials -Xllvm -sil-full-demangle -parse-as-library -primary-file %s -verify | %FileCheck %s
3-
// RUN: %target-swift-emit-ir -module-name subclass_existentials -parse-as-library -primary-file %s
2+
// RUN: %target-swift-emit-silgen -module-name subclass_existentials -Xllvm -sil-full-demangle -parse-as-library -primary-file %s -verify -requirement-machine-abstract-signatures=on | %FileCheck %s
3+
// RUN: %target-swift-emit-ir -module-name subclass_existentials -parse-as-library -primary-file %s -requirement-machine-abstract-signatures=on
44

55
// Note: we pass -verify above to ensure there are no spurious
66
// compiler warnings relating to casts.

test/decl/protocol/existential_member_accesses_self_assoctype.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %target-typecheck-verify-swift -disable-availability-checking -requirement-machine-protocol-signatures=off
1+
// RUN: %target-typecheck-verify-swift -disable-availability-checking -requirement-machine-protocol-signatures=off -requirement-machine-abstract-signatures=on
22

33
// TODO: Get this to pass with -requirement-machine-protocol-signatures=on.
44

0 commit comments

Comments
 (0)