Index: tests/collections/vector-demo.cfa
===================================================================
--- tests/collections/vector-demo.cfa	(revision 55b060d686d3cac576f0c518302b16344a6fb205)
+++ tests/collections/vector-demo.cfa	(revision 1ee74df6749176dd405cc6c28df1405beb491b8a)
@@ -96,4 +96,6 @@
       #endif
 
+        // forbid calling a function that returns permit by value
+      #ifdef TRY_RETURN_PERMIT_BYVAL_1
         // can declare function that returns permit (wish to forbid)
         vector_permit(float) g( vector( float ) & theVec ) {
@@ -101,9 +103,7 @@
         }
 
-        // forbid calling a function that returns permit by value
-      #ifdef TRY_RETURN_PERMIT_BYVAL_1
         vector_permit(float) ofG = g( v ); // Unique best alternative includes deleted identifier
       #endif
-        
+
         // allow declaration of permit, populating from exit
         vector_exit(float) h( vector( float ) & theVec ) {
