File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Fixtures/MixedTargets/BasicMixedTargets
MixedTargetWithCustomPaths/Sources Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
#import < Foundation/Foundation.h>
2
2
3
- // All three import statements should be supported.
3
+ // The below import statements should be supported.
4
4
#import " MixedTargetWithCustomPaths/Sources/Public/OldCar.h"
5
5
#import " OldCar.h"
6
6
#import " Public/OldCar.h"
7
+ #import < OldCar.h>
8
+ #import < Public/OldCar.h>
7
9
8
10
// Import the Swift part of the module.
9
11
#import " MixedTargetWithCustomPaths-Swift.h"
Original file line number Diff line number Diff line change 1
1
#import < Foundation/Foundation.h>
2
2
3
+ // The below import statements should be supported.
3
4
#import " CarPart.h"
4
5
#import " include/CarPart.h"
6
+ #import < CarPart.h>
7
+ #import < include/CarPart.h>
5
8
6
9
@implementation CarPart
7
- @end
10
+ @end
You can’t perform that action at this time.
0 commit comments