[ Service ] Fix flaky debugging_inlined_finally_test

Change-Id: Ie1abc1485789729204f278561de5b63a7d6e588b
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/340660
Reviewed-by: Kenzie Davisson <kenzieschmoll@google.com>
Commit-Queue: Ben Konyi <bkonyi@google.com>
This commit is contained in:
Ben Konyi 2023-12-08 23:26:18 +00:00 committed by Commit Queue
parent 9facf4d60f
commit 6b42951a94

View file

@ -45,7 +45,7 @@ num Function() testFunction() {
void testMain() {
final f = testFunction();
Expect.equals(f, 11);
Expect.equals(f(), 11);
}
final tests = <IsolateTest>[