Skip to content

Commit e37eb35

Browse files
authored
Merge pull request #40257 from bnbarham/split-file-fix
[Test] Use `--leading-lines` for `split-file`
2 parents 1ea21db + 14af24c commit e37eb35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/SourceKit/CursorInfo/cursor_generated_interface.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
// RUN: %empty-directory(%t)
44
// RUN: mkdir -p %t/frameworks/LibA.framework/Modules/LibA.swiftmodule %t/mods %t/mods
5-
// RUN: split-file %s %t
5+
// RUN: split-file --leading-lines %s %t
66

77
// RUN: %target-swift-frontend -module-name LibB -emit-module -emit-module-path %t/mods/LibB.swiftmodule -emit-module-source-info-path %t/mods/LibB.swiftsourceinfo %t/libB.swift
88
// RUN: %target-swift-frontend -module-name LibC -emit-module -emit-module-path %t/mods/LibC.swiftmodule %t/libC.swift

0 commit comments

Comments
 (0)