Skip to content

Commit

Permalink
fix example code in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
lbckmnn authored May 5, 2023
1 parent cad7551 commit e0798b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ public:
MAKE_MOCK1(func, int(int));
};

trompeloeil::_;
using trompeloeil::_;

TEST(atest)
{
Expand Down Expand Up @@ -661,7 +661,7 @@ public:
MAKE_MOCK1(func, int(int));
};
trompeloeil::_;
using trompeloeil::_;
TEST(atest)
{
Expand Down

0 comments on commit e0798b0

Please sign in to comment.