Index: tests/exceptions/defaults.cfa
===================================================================
--- tests/exceptions/defaults.cfa	(revision c715e5ff6f93573553c28ad82808e7e566136c47)
+++ tests/exceptions/defaults.cfa	(revision c3b9d639c9876ff82c7b2c0ec0381b02245b3660)
@@ -7,4 +7,5 @@
 };
 
+// Manually define the virtual table and helper functions.
 void copy(log_message * this, log_message * that) {
 	*this = *that;
