Skip to content

Commit

Permalink
Move tests from CXXInterop to Interop/Cxx.
Browse files Browse the repository at this point in the history
This is the canonical location that we've agreed on.
  • Loading branch information
martinboehme authored and zoecarver committed Oct 9, 2020
1 parent 3848548 commit fd00bc1
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/CXXInterop/Inputs/module.modulemap

This file was deleted.

File renamed without changes.
4 changes: 4 additions & 0 deletions test/Interop/Cxx/class/Inputs/module.modulemap
Expand Up @@ -6,6 +6,10 @@ module TypeClassification {
header "type-classification.h"
}

module CxxConstructors {
header "cxx-constructors.h"
}

module MemberwiseInitializer {
header "memberwise-initializer.h"
}
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit fd00bc1

Please sign in to comment.