[interop] check if CI can find libc++ from swift-ide-test finally

This commit is contained in:
Alex Lorenz
2023-01-29 19:05:34 -08:00
parent 1c2ba454f6
commit 62f4ce65c2
2 changed files with 2 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
// RUN: %target-swift-ide-test -print-module -module-to-print=std -I %S/Inputs -source-filename=x -enable-experimental-cxx-interop -enable-objc-interop -module-print-submodules | %FileCheck %s
// RUN: %target-swift-ide-test -print-module -module-to-print=std -I %libcxx-in-sdk-path -source-filename=x -enable-experimental-cxx-interop -enable-objc-interop -module-print-submodules | %FileCheck %s
// REQUIRES: OS=macosx
// REQUIRES: libcxx-in-sdk