Commit a146ba9e5b2188665ffcbd48d9584950ff60c8ca

Vicent Marti 2012-06-05T22:16:08

tests: Fix warning with nested comments

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/tests-clar/network/remotes.c b/tests-clar/network/remotes.c
index 3f63183..eb7947d 100644
--- a/tests-clar/network/remotes.c
+++ b/tests-clar/network/remotes.c
@@ -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)
 {