projects
/
ccan
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix tests: path change because they're now run under ccanlint (from their dir)
[ccan]
/
ccan
/
ccan_tokenizer
/
test
/
run.c
diff --git
a/ccan/ccan_tokenizer/test/run.c
b/ccan/ccan_tokenizer/test/run.c
index 631518aa49b8219aae273b5f6bad8ea8519c5e7f..8b16fe084c3fd87b95ab375e89c8f2f23a02bdcc 100644
(file)
--- a/
ccan/ccan_tokenizer/test/run.c
+++ b/
ccan/ccan_tokenizer/test/run.c
@@
-1411,7
+1411,7
@@
static void test_tokenizer(void) {
msg_fail:;
}
- test_tokenizer_file("
ccan/ccan_tokenizer/
test/run.c", &mq);
+ test_tokenizer_file("test/run.c", &mq);
while (queue_count(mq)) {
struct tok_message msg = dequeue(mq);