Browse Source

tdb2: fix line numbers for tests.

Rusty Russell 14 years ago
parent
commit
c9ae18920d
1 changed files with 3 additions and 3 deletions
  1. 3 3
      ccan/tdb2/test/failtest_helper.h

+ 3 - 3
ccan/tdb2/test/failtest_helper.h

@@ -4,9 +4,9 @@
 #include <stdbool.h>
 #include <stdbool.h>
 
 
 /* FIXME: Check these! */
 /* FIXME: Check these! */
-#define INITIAL_TDB_MALLOC	"open.c", 338, FAILTEST_MALLOC
-#define URANDOM_OPEN		"open.c", 45, FAILTEST_OPEN
-#define URANDOM_READ		"open.c", 25, FAILTEST_READ
+#define INITIAL_TDB_MALLOC	"open.c", 355, FAILTEST_MALLOC
+#define URANDOM_OPEN		"open.c", 62, FAILTEST_OPEN
+#define URANDOM_READ		"open.c", 42, FAILTEST_READ
 
 
 bool exit_check_log(struct failtest_call *history, unsigned num);
 bool exit_check_log(struct failtest_call *history, unsigned num);
 bool failmatch(const struct failtest_call *call,
 bool failmatch(const struct failtest_call *call,