Skip to content

Commit 0794b8a

Browse files
committed
[doc] cppnow-2017
1 parent 84f208d commit 0794b8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/cppnow-2017/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,8 +202,8 @@
202202
#### <p align="left">GoogleTest/GUnit.GTest</p>
203203

204204
```cpp
205-
GTEST("Can add numbers") {
206-
// set-up
205+
GTEST("Can add numbers") { // it works also with GoogleTest
206+
// set-up // types `GTEST(AddTests)`
207207
SHOULD("add 2 numbers") { EXPECT(4 == add(2, 2)); }
208208
// tear-down
209209
}

0 commit comments

Comments
 (0)