]> git.ozlabs.org Git - ccan/commitdiff
tdb2: fix line numbers for tests.
authorRusty Russell <rusty@rustcorp.com.au>
Mon, 1 Aug 2011 08:29:08 +0000 (17:59 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Mon, 1 Aug 2011 08:29:08 +0000 (17:59 +0930)
ccan/tdb2/test/failtest_helper.h

index a62efbad58eb588bb4c1b505d34545754d1f2c4a..7d3ce7605cba6f9c5f9b3cd38051106e82c04a9c 100644 (file)
@@ -4,9 +4,9 @@
 #include <stdbool.h>
 
 /* FIXME: Check these! */
 #include <stdbool.h>
 
 /* 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 failmatch(const struct failtest_call *call,
 
 bool exit_check_log(struct failtest_call *history, unsigned num);
 bool failmatch(const struct failtest_call *call,