DescriptionFix order of operations dependencies in element_references_test
It's not safe for a single test to have two overlapping calls to
findElementReferences() because fields in the test class are used to
hold the search results and to keep track of whether more results are
pending.
Fixes a bogus test failure that arose after the relative ordering of
futures and microtasks was changed.
BUG=dartbug.com/22014
R=scheglov@google.com
Committed: https://code.google.com/p/dart/source/detail?r=42738
Patch Set 1 #
Messages
Total messages: 4 (1 generated)
|