Commit 1f0040dd92
Changed files (1)
test
cases
test/cases/coroutines.zig
@@ -57,9 +57,6 @@ test "coroutine suspend with block" {
resume a_promise;
std.debug.assert(result);
cancel p;
-
- assert( @handle() );
-
}
var a_promise: promise = undefined;