Index: tests/exceptions/cancel/coroutine.cfa
===================================================================
--- tests/exceptions/cancel/coroutine.cfa	(revision 4aa495f3317335b1f6b22d4b6d99c667e394b18e)
+++ tests/exceptions/cancel/coroutine.cfa	(revision 578c09abc3a6baa5d93897b74eadcba17d0dfe3f)
@@ -25,5 +25,5 @@
 		resume(cancel);
 		printf("4");
-	} catchResume (SomeCoroutineCancelled * error) {
+	} catchResume (CoroutineCancelled(WillCancel) * error) {
 		printf("2");
 		if ((virtual internal_error *)error->the_exception) {
