fix cmd node
[protos/libecoli.git] / lib / ecoli_test.h
index 1cebe95..fa3fe6c 100644 (file)
@@ -78,6 +78,7 @@ int ec_test_check_parse(struct ec_node *node, int expected, ...);
                __FILE__, __LINE__, ##__VA_ARGS__);                     \
 
 /* XXX this is not an assert, it does not abort */
+// XXX use it instead of ec_log to have the file:line
 #define EC_TEST_ASSERT_STR(cond, fmt, ...)                             \
        do {                                                            \
                if (!(cond))                                            \