Skip to content

Commit c597f98

Browse files
committed
fixes
1 parent 35e230f commit c597f98

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

runtime/tests/vm/dart/fiber/fiber_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ var globalState = "";
66

77
void main() {
88
testBase();
9-
// // testClosures();
9+
testClosures();
1010
// testRecycle();
1111
}
1212

sdk/lib/fiber/fiber_processor.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ class _FiberProcessor {
110110
return;
111111
}
112112
if (scheduled._isEmpty) throw StateError("There are no scheduled fibers after idle");
113-
continue;
114113
}
115114
}
116115
}

0 commit comments

Comments
 (0)