Skip to content

Commit 9d5df0b

Browse files
authored
Merge pull request #64902 from apple/egorzhdan/cxx-optional-test-linux
[cxx-interop] Enable `use-std-optional` test on Linux
2 parents 444fcbc + 5520a49 commit 9d5df0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Interop/Cxx/stdlib/use-std-optional.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// RUN: %target-run-simple-swift(-I %S/Inputs -Xfrontend -enable-experimental-cxx-interop -Xcc -std=c++17 -Xfrontend -validate-tbd-against-ir=none)
22
//
33
// REQUIRES: executable_test
4-
// REQUIRES: OS=macosx
4+
// REQUIRES: OS=macosx || OS=linux-gnu
55

66
import StdlibUnittest
77
import StdOptional

0 commit comments

Comments
 (0)