Skip to content

Commit 2720ad6

Browse files
committed
[cxx-interop][tests] Re-generate some of the source-kit tests.
When we import members lazily, their order changes. This should happen less (or stop happening all together) when we make member loading fully lazy (when we lazily load constructors and fix the issue with lazily loading unnamed decls) in which case we should be able to revert this commit. In any case, the members are put back into the correct order when we lower the type for IRGen.
1 parent 8cfaafc commit 2720ad6

File tree

4 files changed

+590
-590
lines changed

4 files changed

+590
-590
lines changed

test/Interop/Cxx/stdlib/fake-toolchain-module-interface.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
// Clang driver on Windows doesn't support -stdlib=libc++
44
// XFAIL: OS=windows-msvc
55

6-
// CHECK: extension FakeNamespace {
6+
// CHECK: enum FakeNamespace {
77
// CHECK: static func foo(_ x: Int32)
88
// CHECK: }

0 commit comments

Comments
 (0)