File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -236,6 +236,7 @@ public func assertMacro(
236
236
trailingClosureOffset: offset
237
237
) ,
238
238
matches: diagnosedSource,
239
+ fileID: fileID,
239
240
file: filePath,
240
241
function: function,
241
242
line: line,
@@ -256,6 +257,7 @@ public func assertMacro(
256
257
trailingClosureOffset: offset
257
258
) ,
258
259
matches: diagnosedSource,
260
+ fileID: fileID,
259
261
file: filePath,
260
262
function: function,
261
263
line: line,
@@ -297,6 +299,7 @@ public func assertMacro(
297
299
trailingClosureOffset: offset
298
300
) ,
299
301
matches: fixedSource,
302
+ fileID: fileID,
300
303
file: filePath,
301
304
function: function,
302
305
line: line,
@@ -335,6 +338,7 @@ public func assertMacro(
335
338
trailingClosureOffset: offset
336
339
) ,
337
340
matches: fixedSource,
341
+ fileID: fileID,
338
342
file: filePath,
339
343
function: function,
340
344
line: line,
@@ -357,6 +361,7 @@ public func assertMacro(
357
361
trailingClosureOffset: offset
358
362
) ,
359
363
matches: expandedSource,
364
+ fileID: fileID,
360
365
file: filePath,
361
366
function: function,
362
367
line: line,
@@ -377,6 +382,7 @@ public func assertMacro(
377
382
trailingClosureOffset: offset
378
383
) ,
379
384
matches: expandedSource,
385
+ fileID: fileID,
380
386
file: filePath,
381
387
function: function,
382
388
line: line,
You can’t perform that action at this time.
0 commit comments