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