Skip to content

Commit 5c2dc21

Browse files
committed
readme / libclang 3.3 tested
1 parent 34bf730 commit 5c2dc21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
### Requirements
44
+ [python](http://www.python.org) (tested with 2.7 and 3.3)
5-
+ [libclang](http://clang.llvm.org) (tested with 3.2)
5+
+ [libclang](http://clang.llvm.org) (tested with 3.2 and 3.3)
66

77
### Download
88
```
@@ -159,7 +159,7 @@ public:
159159
#define TMOCK_HPP
160160

161161
#include <gmock/gmock.h>
162-
#include "./given/T.hpp"
162+
#include "T.hpp"
163163

164164
namespace n {
165165

0 commit comments

Comments
 (0)