1
Fork 0

Fixed unit test

This commit is contained in:
David Haig 2019-11-26 02:40:01 +00:00
parent 63b36e7127
commit 65c399613c

View file

@ -2,7 +2,7 @@
// be talking about `async fn`s instead. Should also test what happens when it panics.
// run-fail
// error-pattern: thread 'main' panicked at '`async fn` resumed after panic'
// error-pattern: thread 'main' panicked at '`async fn` resumed after panicking'
// compile-flags: --edition 2018
#![feature(generators, generator_trait)]