diff --git a/tests/45controller.tests b/tests/45controller.tests index bc3409cc1..6aa5603a4 100644 --- a/tests/45controller.tests +++ b/tests/45controller.tests @@ -7,7 +7,7 @@ PLANNED "CommandBasic_test" CommandBasic_test < (arg[1]); +// int64_t refval= isnil(arg)? 1 : lexical_cast (arg[1]); +// //// fails for an unknown reason..! + + int64_t refval = 1; Time ref (refval);