We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34bf730 commit 5c2dc21Copy full SHA for 5c2dc21
README.md
@@ -2,7 +2,7 @@
2
3
### Requirements
4
+ [python](http://www.python.org) (tested with 2.7 and 3.3)
5
- + [libclang](http://clang.llvm.org) (tested with 3.2)
+ + [libclang](http://clang.llvm.org) (tested with 3.2 and 3.3)
6
7
### Download
8
```
@@ -159,7 +159,7 @@ public:
159
#define TMOCK_HPP
160
161
#include <gmock/gmock.h>
162
-#include "./given/T.hpp"
+#include "T.hpp"
163
164
namespace n {
165
0 commit comments