Skip to content

Commit cbf4185

Browse files
authored
Merge pull request #24868 from slavapestov/pre-stable-abi-target-is-too-new
Remove -target from test/Interpreter/SDK/archive_attributes.swift
2 parents 9cb3da6 + ddf6492 commit cbf4185

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Interpreter/SDK/archive_attributes.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RUN: %target-run %t/encode %t/test.arc
44
// RUN: plutil -p %t/test.arc | %FileCheck -check-prefix=CHECK-ARCHIVE %s
55

6-
// RUN: %target-build-swift %s -module-name=test -o %t/decode -target %target-pre-stable-abi-triple
6+
// RUN: %target-build-swift %s -module-name=test -o %t/decode
77
// RUN: %target-run %t/decode %t/test.arc --stdlib-unittest-in-process
88

99
// REQUIRES: executable_test

0 commit comments

Comments
 (0)