What was ssb.rpc.c now lives in ssb.js.
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3663 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
@ -197,6 +197,10 @@ void tf_ssb_test_following(const tf_test_options_t* options)
|
||||
JS_FreeValue(context, message); \
|
||||
context = NULL
|
||||
|
||||
#if 1
|
||||
/* TODO: This test doesn't actually really test anything anymore. */
|
||||
#define DUMP(id, depth)
|
||||
#else
|
||||
#define DUMP(id, depth) \
|
||||
do { \
|
||||
printf("following %d:\n", depth); \
|
||||
@ -208,6 +212,7 @@ void tf_ssb_test_following(const tf_test_options_t* options)
|
||||
printf("\n"); \
|
||||
free(f); \
|
||||
} while (0)
|
||||
#endif
|
||||
|
||||
FOLLOW(ssb0, id1, true);
|
||||
FOLLOW(ssb1, id2, true);
|
||||
|
Reference in New Issue
Block a user