Index: tests/exceptions/defaults.cfa
===================================================================
--- tests/exceptions/defaults.cfa	(revision 597c5d1806c9c63d6253e42005261c70e530ad56)
+++ tests/exceptions/defaults.cfa	(revision 69c5c001921edf7a77ff0c53ac4f0d0e8044b405)
@@ -55,5 +55,5 @@
 
 void unhandled_test(void) {
-	forall(dtype T | is_exception(T))
+	forall(dtype T, dtype V | is_exception(T, V))
 	void defaultTerminationHandler(T &) {
 		throw (unhandled_exception){};
