chiark / gitweb /
@@@ wip mostly xfail
[mLib] / utils / t / versioncmp-test.c
index 5e13e155e5f0f7685fb7ae544b7e784e74cba4e3..396325ac1d504127eabf49b3d1f843603a7ce148 100644 (file)
@@ -49,11 +49,10 @@ static void swap_test(struct tvec_state *tv, tvec_testfn *fn, void *ctx)
 }
 static const struct tvec_env swap_testenv = { 0, 0, 0, 0, swap_test, 0, 0 };
 
-static const struct tvec_irange cmp_range = { -1, +1 };
 static const struct tvec_regdef versioncmp_regs[] = {
   { "v0", RV0, &tvty_string, 0 },
   { "v1", RV1, &tvty_string, 0 },
-  { "rc", RRC, &tvty_int, 0, { &cmp_range } },
+  { "rc", RRC, &tvty_ienum, 0, { &tvenum_cmp } },
   TVEC_ENDREGS
 };