Index: uspace/lib/cpp/src/internal/test/array.cpp
===================================================================
--- uspace/lib/cpp/src/internal/test/array.cpp	(revision 9b0877f83902711766dca669db96c1363d50c029)
+++ uspace/lib/cpp/src/internal/test/array.cpp	(revision 4e6fb2fa387fccc6660d9a41f792381cd8e0d5f7)
@@ -36,4 +36,6 @@
     bool array_test::run()
     {
+        start();
+
         auto check1 = {1, 2, 3, 4};
         auto check2 = {4, 3, 2, 1};
@@ -99,5 +101,5 @@
         // TODO: test bound checking of at when implemented
 
-        return true;
+        return end();
     }
 
