Skip to content

Commit af0f1fb

Browse files
committed
[cxx-interop] Make two tests less restrictive
libc++ has decls that are declared outside of `inline namespace __1`, which might be printed before it.
1 parent c8017e7 commit af0f1fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/Interop/Cxx/stdlib/print-libcxx-module-interface.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// REQUIRES: OS=macosx
44

55
// CHECK: enum std {
6-
// CHECK-NEXT: enum __1 {
6+
// CHECK: enum __1 {
77

88
// CHECK: typealias string =
99

test/Interop/Cxx/symbolic-imports/print-libcxx-symbolic-module-interface.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// REQUIRES: OS=macosx
99

1010
// CHECK: enum std {
11-
// CHECK-NEXT: enum __1 {
11+
// CHECK: enum __1 {
1212

1313
// STRING: struct basic_string {
1414

0 commit comments

Comments
 (0)