Skip to content

Commit f31ed7c

Browse files
committed
---
yaml --- r: 346106 b: refs/heads/master c: adeb5c7 h: refs/heads/master
1 parent 644ca8c commit f31ed7c

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: dc3b5d807e421d468184ae07a630f8598749ba54
2+
refs/heads/master: adeb5c7631e776e8db0b41abec8860c1a7148764
33
refs/heads/master-next: 203b3026584ecad859eb328b2e12490099409cd5
44
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
55
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea

trunk/test/APINotes/Inputs/custom-frameworks/APINotesFrameworkTest.framework/Headers/APINotesFrameworkTest.h

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ __attribute__((objc_root_class))
3030

3131
#endif // __OBJC__
3232

33-
#import <APINotesFrameworkTest/Classes.h>
34-
#import <APINotesFrameworkTest/Enums.h>
35-
#import <APINotesFrameworkTest/Globals.h>
36-
#import <APINotesFrameworkTest/ImportAsMember.h>
37-
#import <APINotesFrameworkTest/Properties.h>
38-
#import <APINotesFrameworkTest/Protocols.h>
39-
#import <APINotesFrameworkTest/Types.h>
40-
#import <APINotesFrameworkTest/SwiftWrapper.h>
33+
#include <APINotesFrameworkTest/Classes.h>
34+
#include <APINotesFrameworkTest/Enums.h>
35+
#include <APINotesFrameworkTest/Globals.h>
36+
#include <APINotesFrameworkTest/ImportAsMember.h>
37+
#include <APINotesFrameworkTest/Properties.h>
38+
#include <APINotesFrameworkTest/Protocols.h>
39+
#include <APINotesFrameworkTest/Types.h>
40+
#include <APINotesFrameworkTest/SwiftWrapper.h>

trunk/test/ClangImporter/Inputs/chained-unit-test-bridging-header-to-pch.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#import "app-bridging-header-to-pch.h"
1+
#include "app-bridging-header-to-pch.h"
22

33
static inline int unit_test_function(int x) {
44
return x + 28;

0 commit comments

Comments
 (0)