Skip to content

Commit f5b7835

Browse files
committed
[embedded] Adjust test/embedded/dictionary-runtime.swift to use print.swift
1 parent 392f2c3 commit f5b7835

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/embedded/dictionary-runtime.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// RUN: %target-run-simple-swift(-parse-as-library -enable-experimental-feature Embedded -runtime-compatibility-version none -wmo -Xfrontend -disable-objc-interop -Xlinker -dead_strip) | %FileCheck %s
2-
// RUN: %target-run-simple-swift(-parse-as-library -O -enable-experimental-feature Embedded -runtime-compatibility-version none -wmo -Xfrontend -disable-objc-interop -Xlinker -dead_strip) | %FileCheck %s
1+
// RUN: %target-run-simple-swift(%S/Inputs/print.swift -parse-as-library -enable-experimental-feature Embedded -runtime-compatibility-version none -wmo -Xfrontend -disable-objc-interop -Xlinker -dead_strip) | %FileCheck %s
2+
// RUN: %target-run-simple-swift(%S/Inputs/print.swift -parse-as-library -O -enable-experimental-feature Embedded -runtime-compatibility-version none -wmo -Xfrontend -disable-objc-interop -Xlinker -dead_strip) | %FileCheck %s
33

44
// REQUIRES: swift_in_compiler
55
// REQUIRES: executable_test

0 commit comments

Comments
 (0)