Skip to content

Commit 30746b5

Browse files
committed
fixes
1 parent c597f98 commit 30746b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ var globalState = "";
77
void main() {
88
testBase();
99
testClosures();
10-
// testRecycle();
10+
testRecycle();
1111
}
1212

1313
void testBase() {

0 commit comments

Comments
 (0)