SILGen: stub out CoreData

One of the SILGen tests uses CoreData.  Provide a stubbed out definition
sufficient for the tests.
This commit is contained in:
Saleem Abdulrasool
2018-05-03 11:05:18 -07:00
parent 61c53467c6
commit a330db60bd
2 changed files with 20 additions and 0 deletions

View File

@@ -26,6 +26,10 @@ module AppKit {
header "AppKit.h"
export *
}
module CoreData {
header "CoreData.h"
export *
}
module Dispatch {
header "dispatch.h"
export *