Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
yangql
googletest
Commits
02562103
"git@developer.sourcefind.cn:gaoqiong/pybind11.git" did not exist on "33f3430d0c1d6c0ac90aa6f3ac62de108fda3f67"
Unverified
Commit
02562103
authored
Jan 04, 2022
by
Ram Kumar K R
Committed by
GitHub
Jan 04, 2022
Browse files
Update example to reflect the tests below
parent
6b74da47
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
docs/primer.md
docs/primer.md
+2
-2
No files found.
docs/primer.md
View file @
02562103
...
...
@@ -274,8 +274,8 @@ First, define a fixture class. By convention, you should give it the name
class
QueueTest
:
public
::
testing
::
Test
{
protected:
void
SetUp
()
override
{
q
0
_
.
Enqueue
(
1
);
q
1
_
.
Enqueue
(
2
);
q
1
_
.
Enqueue
(
1
);
q
2
_
.
Enqueue
(
2
);
q2_
.
Enqueue
(
3
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment