Index: src/tests/except-0.c
===================================================================
--- src/tests/except-0.c	(revision 44f44617b563952159c9a9095d798db3b341c90a)
+++ src/tests/except-0.c	(revision ff919a3804e36495cd46c3454fcb6dc243afd5ab)
@@ -1,3 +1,5 @@
 // Draft of tests for exception handling.
+
+// ERROR: exceptions do not interact with ^?{} properly.
 
 #include <stdio.h>
@@ -117,5 +119,5 @@
 // Resume Throw New Exception:
 void resume_swap() {
-	signal_exit a = {"terminate_swap"};
+	signal_exit a = {"resume_swap"};
 	try {
 		resume(2);
