Index: src/tests/except-0.c
===================================================================
--- src/tests/except-0.c	(revision 44f44617b563952159c9a9095d798db3b341c90a)
+++ src/tests/except-0.c	(revision 0a81c3fa5fe8fdf6e54bc612620b22c7c9342e8d)
@@ -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);
