Skip to content

Commit 0010337

Browse files
committed
Fix tests.
1 parent 492f2aa commit 0010337

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

test/Interop/Cxx/class/nested-records-module-interface.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
// CHECK: struct ForwardDeclaredFriend {
8383
// CHECK: init()
8484
// CHECK: }
85-
// CHECK: static func takesFriend(_ f: NestedDeclIsAFirstForwardDeclaration.ForwardDeclaredFriend)
85+
// CHECK: func takesFriend(_ f: NestedDeclIsAFirstForwardDeclaration.ForwardDeclaredFriend)
8686
// CHECK: struct HasNestedForwardDeclaration {
8787
// CHECK: init()
8888
// CHECK: struct IsNestedForwardDeclaration {

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %target-run-simple-swift(-I %S/Inputs -Xfrontend -enable-experimental-cxx-interop)
1+
// RUN: %target-run-simple-swift(-I %S/Inputs -Xfrontend -enable-experimental-cxx-interop -Xfrontend -validate-tbd-against-ir=none)
22
//
33
// REQUIRES: executable_test
44
//
@@ -7,6 +7,8 @@
77

88
import StdlibUnittest
99
import StdMap
10+
import std
11+
import Cxx
1012

1113
var StdMapTestSuite = TestSuite("StdMap")
1214

0 commit comments

Comments
 (0)