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