Commit a146ba9e by Vicent Marti

tests: Fix warning with nested comments

parent 2255b60e
...@@ -167,7 +167,7 @@ void test_network_remotes__loading_a_missing_remote_returns_ENOTFOUND(void) ...@@ -167,7 +167,7 @@ void test_network_remotes__loading_a_missing_remote_returns_ENOTFOUND(void)
* [...] * [...]
* [remote "addtest"] * [remote "addtest"]
* url = http://github.com/libgit2/libgit2 * url = http://github.com/libgit2/libgit2
* fetch = +refs/heads/*:refs/remotes/addtest/* * fetch = +refs/heads/\*:refs/remotes/addtest/\*
*/ */
void test_network_remotes__add(void) void test_network_remotes__add(void)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment