test: vtable: clean up FIXME

We are now using a much newer version of systemd than the commented
out code implied.  Add in the commented-out check.

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: Iff144af23f39ce38556123bc27ec20b508c828bb
diff --git a/test/vtable/vtable.cpp b/test/vtable/vtable.cpp
index 092f5cf..4a20541 100644
--- a/test/vtable/vtable.cpp
+++ b/test/vtable/vtable.cpp
@@ -42,12 +42,9 @@
     {
         case _SD_BUS_VTABLE_START:
             return t1.x.start.element_size == t2.x.start.element_size &&
-                   t1.x.start.features == t2.x.start.features;
-            // FIXME: In systemd 243, there is the new vtable_format_reference
-            // member, but current CI is using libsystemd 242, so we can not
-            // check it yet.
-            // && t1.x.start.vtable_format_reference
-            //      == t2.x.start.vtable_format_reference;
+                   t1.x.start.features == t2.x.start.features &&
+                   t1.x.start.vtable_format_reference ==
+                       t2.x.start.vtable_format_reference;
         case _SD_BUS_VTABLE_END:
         {
             // The union x shall be all zeros for END