Index: tests/exceptions/cancel/coroutine.cfa
===================================================================
--- tests/exceptions/cancel/coroutine.cfa	(revision ecfd7589e4796949fcc35b475a024d4acda6e636)
+++ 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) {
