Skip to content

Commit fd00bc1

Browse files
martinboehmezoecarver
authored andcommitted
Move tests from CXXInterop to Interop/Cxx.
This is the canonical location that we've agreed on.
1 parent 3848548 commit fd00bc1

8 files changed

+4
-3
lines changed

test/CXXInterop/Inputs/module.modulemap

Lines changed: 0 additions & 3 deletions
This file was deleted.

test/Interop/Cxx/class/Inputs/module.modulemap

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ module TypeClassification {
66
header "type-classification.h"
77
}
88

9+
module CxxConstructors {
10+
header "cxx-constructors.h"
11+
}
12+
913
module MemberwiseInitializer {
1014
header "memberwise-initializer.h"
1115
}

0 commit comments

Comments
 (0)