[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:
Alexander Aprelev 2024-01-10 20:20:51 +00:00 committed by Commit Queue
parent 154cf8c52b
commit 15d8187fef

View file

@ -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>[