Skip to content

Commit 5b7e229

Browse files
committed
[embedded] Use -runtime-compatibility-version none in a test until we fix the driver to avoid linking compat libraries
1 parent 03bb47e commit 5b7e229

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/embedded/runtime.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %target-run-simple-swift(-enable-experimental-feature Embedded -parse-as-library -wmo -Xfrontend -disable-objc-interop) | %FileCheck %s
1+
// RUN: %target-run-simple-swift(-enable-experimental-feature Embedded -parse-as-library -runtime-compatibility-version none -wmo -Xfrontend -disable-objc-interop) | %FileCheck %s
22

33
// REQUIRES: executable_test
44
// REQUIRES: optimized_stdlib

0 commit comments

Comments
 (0)