Index: tests/collections/vector-demo.cfa
===================================================================
--- tests/collections/vector-demo.cfa	(revision f6fd22a4915bf2fdaebd748c8352b24981c77724)
+++ tests/collections/vector-demo.cfa	(revision e172f4282bdde75d2719d7f3a0220b5fc643bd00)
@@ -143,5 +143,5 @@
     assert( v`capacity >  5 && v`length == 5 );
 
-    v[2] = -0.1;  // v is [0.0, 98.6, -0.1, 0.2, 0.3]; iter at -0.1, where only the new memory had that change
+    v[2] = -0.1f;  // v is [0.0, 98.6, -0.1, 0.2, 0.3]; iter at -0.1, where only the new memory had that change
 
     float val3 = iter`val;
