Index: tests/exceptions/polymorphic.cfa
===================================================================
--- tests/exceptions/polymorphic.cfa	(revision 5715d439df622d22c9e9975dcf841c7aaf7e01c5)
+++ tests/exceptions/polymorphic.cfa	(revision b26144d9a4f1a14bbd151561e141f1dc1e82a1b2)
@@ -11,5 +11,5 @@
 POLY_VTABLE_INSTANCE(proxy, char)(msg);
 
-void proxy_test () {
+void proxy_test(void) {
     try {
 		throw (proxy(int)){};
