Skip to content

Commit 14af24c

Browse files
committed
[rebranch] Use --leading-lines for split-file
split-file now uses `--no-leading-lines` as the default for `split-file`. Add the new arg so that we have leading lines again.
1 parent a41f1b0 commit 14af24c

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)