Skip to content

Commit e8b1163

Browse files
committed
[cxx-interop] Fix tests with split libc++ module
rdar://119869070 (cherry picked from commit 8c807d9)
1 parent bbf3a58 commit e8b1163

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/Interop/Cxx/stdlib/import-string-view-from-std.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ module CxxModule {
1919

2020
import CxxModule
2121

22-
// CHECK: std-{{.*}}.pcm
22+
// CHECK: {{std|std_string_view}}-{{.*}}.pcm

test/SourceKit/InterfaceGen/gen_clang_libcxx_sdk_module.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
// REQUIRES: OS=macosx
44

5-
// CHECK: import CxxStdlib.vector
5+
// CHECK: import {{CxxStdlib.vector|std_vector}}
66
// CHECK: extension std.basic_string<CChar, char_traits<CChar>, allocator<CChar>> {

0 commit comments

Comments
 (0)