Index: src/tests/exception.c
===================================================================
--- src/tests/exception.c	(revision 9903ebb1f6143b4ac0c371faefcfb3b27ad9d297)
+++ src/tests/exception.c	(revision 1d4580a95e48c7e901f03961d6c83d9b379b8bd4)
@@ -11,5 +11,5 @@
 	x/4;
     } catch( int ) {
-    } catch( int x ) {
+    } catch( float x ) {
     } catch( struct { int i; } ) {
     } catch( struct { int i; } x ) {
@@ -21,5 +21,5 @@
     } catch( * struct { int i; } x ) {
     } catch( ... ) {
-//    } finally {
+    } finally {
     } // try
 }
