tests: Fix warning with nested comments

This commit is contained in:
Vicent Marti 2012-06-05 22:16:08 +02:00
parent 2255b60e28
commit a146ba9e5b

View File

@ -167,7 +167,7 @@ void test_network_remotes__loading_a_missing_remote_returns_ENOTFOUND(void)
* [...]
* [remote "addtest"]
* url = http://github.com/libgit2/libgit2
* fetch = +refs/heads/*:refs/remotes/addtest/*
* fetch = +refs/heads/\*:refs/remotes/addtest/\*
*/
void test_network_remotes__add(void)
{