mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 12:24:24 +00:00
fix completion test expectation for fasta scanner
Review-Url: https://codereview.chromium.org/2972063002 .
This commit is contained in:
parent
d107b64680
commit
8cca317118
1 changed files with 2 additions and 1 deletions
|
@ -377,7 +377,8 @@ class CompletionTargetTest extends AbstractContextTest {
|
|||
test_MapLiteralEntry() async {
|
||||
// MapLiteralEntry MapLiteral VariableDeclaration
|
||||
await addTestSource('foo = {^');
|
||||
await assertTarget(' : ', '{ : }');
|
||||
// fasta scanner inserts synthetic closing '}'
|
||||
await assertTarget('}', '{}');
|
||||
}
|
||||
|
||||
test_MapLiteralEntry1() async {
|
||||
|
|
Loading…
Reference in a new issue