diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/patree_test.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/patree_test.c b/test/patree_test.c index b1f94fe..73a51ed 100644 --- a/test/patree_test.c +++ b/test/patree_test.c @@ -83,7 +83,8 @@ main(int argc, char** argv) const char* not_indexed[] = { "ftp://example.org/not-there-at-all", "http://example.org/foobar", - "http://" + "http://", + "http://otherdomain.com" }; const size_t n_not_indexed = sizeof(not_indexed) / sizeof(char*); for (size_t i = 0; i < n_not_indexed; ++i) { |