Index: tests/include/.expect/vector-collections.txt
===================================================================
--- tests/include/.expect/vector-collections.txt	(revision 0b8c951db3b83275ee7f9df2d2d07b1a4ddea10e)
+++ tests/include/.expect/vector-collections.txt	(revision 0b8c951db3b83275ee7f9df2d2d07b1a4ddea10e)
@@ -0,0 +1,1 @@
+done
Index: tests/include/.expect/vector-containers.txt
===================================================================
--- tests/include/.expect/vector-containers.txt	(revision 55b060d686d3cac576f0c518302b16344a6fb205)
+++ 	(revision )
@@ -1,1 +1,0 @@
-done
Index: tests/include/vector-collections.cfa
===================================================================
--- tests/include/vector-collections.cfa	(revision 0b8c951db3b83275ee7f9df2d2d07b1a4ddea10e)
+++ tests/include/vector-collections.cfa	(revision 0b8c951db3b83275ee7f9df2d2d07b1a4ddea10e)
@@ -0,0 +1,6 @@
+#include <vector.hfa>
+#include <bits/collections.hfa>
+
+int main() {
+    printf("done\n");
+}
Index: tests/include/vector-containers.cfa
===================================================================
--- tests/include/vector-containers.cfa	(revision 55b060d686d3cac576f0c518302b16344a6fb205)
+++ 	(revision )
@@ -1,6 +1,0 @@
-#include <vector.hfa>
-#include <bits/collections.hfa>
-
-int main() {
-    printf("done\n");
-}
