mirror of
https://git.proxmox.com/git/libgit2
synced 2025-12-26 05:00:22 +00:00
tests: Fix warning with nested comments
This commit is contained in:
parent
2255b60e28
commit
a146ba9e5b
@ -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)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user