Commit Graph

2 Commits

Author SHA1 Message Date
Saleem Abdulrasool
8e5e32b5d8 test: use #include rather than #import
`#import` is an extension which behaves differently in different target.  On
Windows, it is used to import type libraries (for COM).  The options are to
either use `#include` or enable Objective-C interop.  Use the former since there
is no Objective-C specific behaviour needed here.
2019-03-22 09:50:03 -07:00
Jordan Rose
0366343681 [ParseableInterface] Honor "exported module names"
(as described in the previous commit)

When printing an interface that has to be stable, we need to use the
module name that identifies where declarations should be searched for,
just like we do with serialization.

rdar://problem/49114811
2019-03-21 15:22:17 -07:00