Commit Graph

2 Commits

Author SHA1 Message Date
Ben Barham
54bc17ee34 [Gardening] Fix up order-dependent batch code complete tests
swift-ide-test -batch-code-completion has no particular order for the
output completion list. Update the order dependent tests to use DAG
instead.
2020-11-18 14:34:17 +10:00
Rintaro Ishizaki
5938ef8b05 [CodeCompletion] Add tests for fixed cases
Just adding a test case since it's already fixed.

Until d78bf22413, if there are multiple
brace statements in an ASTNode, only the first brace statement is
considered to be type checked.

rdar://problem/71001317
2020-11-03 13:01:36 -08:00