Skip to content

Commit f6a1828

Browse files
committed
---
yaml --- r: 348145 b: refs/heads/master c: 9e89373 h: refs/heads/master i: 348143: 289253a
1 parent 9f91328 commit f6a1828

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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: 870d83bdc6700eb6d06b1a3427c91f7900238afd
2+
refs/heads/master: 9e89373ec966b946d3978de8e8300aed1c42e446
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/utils/api_checker/swift-api-checker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def __init__(self, tool_path):
114114

115115
def run(self, opts, before, after, output, verbose):
116116
cmd = [self.tool_path, '-diagnose-sdk', '-input-paths', before,
117-
'-input-paths', after]
117+
'-input-paths', after, '-print-module']
118118
if output:
119119
cmd.extend(['-o', output])
120120
cmd.extend(['-' + o for o in opts])

0 commit comments

Comments
 (0)