Skip to content

Commit 6e9fec8

Browse files
committed
Add target to failing objcImpl test
1 parent 9f4f051 commit 6e9fec8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ConstExtraction/ExtractFromObjcImplementationExtension.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// RUN: %empty-directory(%t)
33
// RUN: echo "[MyProto]" > %t/protocols.json
44

5-
// RUN: %target-swift-frontend -typecheck -emit-const-values-path %t/ExtractFromObjcImplementationExtension.swiftconstvalues -const-gather-protocols-file %t/protocols.json %s -import-objc-header %S/Inputs/objc_implementation.h -disable-objc-attr-requires-foundation-module
5+
// RUN: %target-swift-frontend -typecheck -emit-const-values-path %t/ExtractFromObjcImplementationExtension.swiftconstvalues -const-gather-protocols-file %t/protocols.json %s -import-objc-header %S/Inputs/objc_implementation.h -disable-objc-attr-requires-foundation-module -target %target-stable-abi-triple
66
// RUN: cat %t/ExtractFromObjcImplementationExtension.swiftconstvalues 2>&1 | %FileCheck %s
77

88
protocol MyProto { }

0 commit comments

Comments
 (0)