Skip to content

Commit 1d83ad8

Browse files
Merge pull request #85050 from cachemeifyoucan/eng/PR-legacy-layout-non-macos-test
2 parents a352978 + 6deed71 commit 1d83ad8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

test/CAS/legacy_layout_remap.swift

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// REQUIRES: objc_interop
2+
// REQUIRES: platform=Darwin
23
// UNSUPPORTED: swift_only_stable_abi
34

45
// RUN: %empty-directory(%t)
@@ -33,8 +34,8 @@
3334
// RUN: /^tmp/main.swift @%t/MyApp.cmd -c -o %t/main.o
3435

3536
/// Now do implicit search.
36-
// RUN: mkdir -p %t/resource/macosx
37-
// RUN: cp %t/layout.yaml %t/resource/macosx/layouts-%target-arch.yaml
37+
// RUN: mkdir -p %t/resource/%target-os
38+
// RUN: cp %t/layout.yaml %t/resource/%target-os/layouts-%target-arch.yaml
3839

3940
// RUN: %target-swift-frontend -target %target-pre-stable-abi-triple -I %t -c -enable-library-evolution \
4041
// RUN: -scan-dependencies -module-name Test -module-cache-path %t/clang-module-cache -O -module-load-mode prefer-serialized \

0 commit comments

Comments
 (0)