test/cases/coroutines.zig: remove dummy assert used for testing;

master
kristopher tate 2018-07-28 15:37:23 +09:00
parent c1a3b0cb0a
commit 1f0040dd92
1 changed files with 0 additions and 3 deletions

View File

@ -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;