Skip to content

Commit 8a6b603

Browse files
author
Nathan Hawes
authored
Merge pull request swiftlang#18 from ahoppen/extend-expected-reparse-range
Extend the expected reparse range for REPLACE test case
2 parents 4180bb0 + e8df91a commit 8a6b603

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lit_tests/simple.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ func start() {}
1414
func foo() {
1515
}
1616

17-
_ = <<REPLACE<6|||7>>></reparse REPLACE>
18-
_ = <<REPLACE_BY_LONGER<6|||"Hello World">>>
17+
_ = <<REPLACE<6|||7>>>
18+
_ = <<REPLACE_BY_LONGER<6|||"Hello World">>></reparse REPLACE>
1919
_ = <<REPLACE_BY_SHORTER<"Hello again"|||"a">>>
2020
<<INSERT<|||foo()>>>
2121
<<REMOVE<print("abc")|||>>>

0 commit comments

Comments
 (0)