Files
swift-mirror/unittests/SourceKit/SwiftLang/EditingTest.cpp
Saleem Abdulrasool 2bc1ec5650 SourceKit: use std::chrono in unittests
Rather than using the `usleep` function which is both deprecated and
non-portable (does not exist on Windows), prefer using the C++11 chrono library
for the sleep.  This also allows us to use the UDL to simplify the code rather
than relying on the comments.  NFCI
2019-01-23 14:00:51 -08:00

10 KiB