Files
swift-mirror/unittests/SourceKit/SwiftLang/EditingTest.cpp
Ben Langmuir 9c08fc0ddd [test] Fix annotation test to have same behaviour before and after update
The goal of the test is to test the behaviour when the edit is
range-shifted, but in the (rare) case where the document update happens
before the edit finishes, we need the ranges to be the same. In
particular, using separate statements ensures that the tokens not
touched by the edit are not affected by the edit.

Re-enable the test disabled on ASan, since this seems to be the
underlying issue.

rdar://65934938
2020-07-22 17:39:26 -07:00

22 KiB