mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
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:
@@ -26,6 +26,10 @@ module AppKit {
|
||||
header "AppKit.h"
|
||||
export *
|
||||
}
|
||||
module CoreData {
|
||||
header "CoreData.h"
|
||||
export *
|
||||
}
|
||||
module Dispatch {
|
||||
header "dispatch.h"
|
||||
export *
|
||||
|
||||
Reference in New Issue
Block a user