mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 10:49:00 +00:00
[gardening] Fix line numbers in service test.
Follow-up to ffdb0a2e19
TEST=ci
Change-Id: I1f1a05c6576d6913b3808fd20a2a3e21e2f6f2ce
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/345562
Reviewed-by: Ryan Macnak <rmacnak@google.com>
Commit-Queue: Alexander Aprelev <aam@google.com>
This commit is contained in:
parent
154cf8c52b
commit
15d8187fef
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ const expected = <String>[
|
|||
'$FILE:${LINE_A + 4}:38', // on '<'
|
||||
'$FILE:${LINE_A + 4}:42', // on '=>'
|
||||
'$FILE:${LINE_A + 0}:38', // on 'switch'
|
||||
'$FILE:43:1', // on closing '}' of [testMain]
|
||||
'$FILE:41:1', // on closing '}' of [testMain]
|
||||
];
|
||||
|
||||
final tests = <IsolateTest>[
|
||||
|
|
Loading…
Reference in a new issue