Skip to content

Commit 65c3996

Browse files
author
David Haig
committed
Fixed unit test
1 parent 63b36e7 commit 65c3996

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/ui/issues/issue-65419/issue-65419-async-fn-resume-after-panic.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// be talking about `async fn`s instead. Should also test what happens when it panics.
33

44
// run-fail
5-
// error-pattern: thread 'main' panicked at '`async fn` resumed after panic'
5+
// error-pattern: thread 'main' panicked at '`async fn` resumed after panicking'
66
// compile-flags: --edition 2018
77

88
#![feature(generators, generator_trait)]

0 commit comments

Comments
 (0)