Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
antonbashir committed Oct 30, 2024
1 parent 35e230f commit c597f98
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion runtime/tests/vm/dart/fiber/fiber_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ var globalState = "";

void main() {
testBase();
// // testClosures();
testClosures();
// testRecycle();
}

Expand Down
1 change: 0 additions & 1 deletion sdk/lib/fiber/fiber_processor.dart
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ class _FiberProcessor {
return;
}
if (scheduled._isEmpty) throw StateError("There are no scheduled fibers after idle");
continue;
}
}
}
Expand Down

0 comments on commit c597f98

Please sign in to comment.