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
212f4d79
Commit
212f4d79
authored
Aug 05, 2017
by
Herbert Thielen
Browse files
fix small typo in comment
parent
ca102b1f
Changes
1
Hide 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 @
212f4d79
...
@@ -72,7 +72,7 @@ class QueueTest : public testing::Test {
...
@@ -72,7 +72,7 @@ class QueueTest : public testing::Test {
// accessed from sub-classes.
// accessed from sub-classes.
// virtual void SetUp() will be called before each test is run. You
// 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.
// Otherwise, this can be skipped.
virtual
void
SetUp
()
{
virtual
void
SetUp
()
{
q1_
.
Enqueue
(
1
);
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