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
eb261b4d
Commit
eb261b4d
authored
Aug 07, 2017
by
Gennadiy Civil
Committed by
GitHub
Aug 07, 2017
Browse files
Merge pull request #1176 from aninf-wo/hethi/typo
fix small typo in comment
parents
ca102b1f
212f4d79
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
googletest/samples/sample3_unittest.cc
googletest/samples/sample3_unittest.cc
+1
-1
No files found.
googletest/samples/sample3_unittest.cc
View file @
eb261b4d
...
...
@@ -72,7 +72,7 @@ class QueueTest : public testing::Test {
// accessed from sub-classes.
// virtual void SetUp() will be called before each test is run. You
// should define it if you need to initialize the var
a
ibles.
// should define it if you need to initialize the vari
a
bles.
// Otherwise, this can be skipped.
virtual
void
SetUp
()
{
q1_
.
Enqueue
(
1
);
...
...
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