mirror of
https://github.com/ziglang/zig.git
synced 2025-12-28 09:03:21 +00:00
test/cases/coroutines.zig: remove dummy assert used for testing;
This commit is contained in:
parent
c1a3b0cb0a
commit
1f0040dd92
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user